Changeset 1792
- Timestamp:
- 12/16/06 07:07:05 (2 years ago)
- Location:
- branches/6.2/packages/udev
- Files:
-
- 1 added
- 1 modified
- 1 moved
-
76-network.rules (moved) (moved from branches/6.2/packages/udev/50-network.rules)
-
Makefile (modified) (3 diffs)
-
udev-096-rule_generator-1.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/packages/udev/Makefile
r1725 r1792 15 15 SHA-$(FILE1)= 5cd22b8e9cf1e996871e2bc540d75e57a4f706a3 16 16 17 PATCH1= $(DIR)-rule_generator-1.patch 18 17 19 # Targets 18 20 … … 28 30 29 31 compile-stage2: 32 patch -Np1 -i ../$(PATCH1) 30 33 tar xf ../$(FILE1) 31 34 install -dv /lib/{firmware,udev/devices/{pts,shm}} … … 39 42 make EXTRAS="`echo extras/*/`" 40 43 make DESTDIR=/ EXTRAS="`echo extras/*/`" install 41 cp $(CONFDIR)/[0-9]* /etc/udev/rules.d/ 44 cp $(CONFDIR)/[0-6]* /etc/udev/rules.d/ 45 cp $(CONFDIR)/contrib/debian/81-cdrom.rules /etc/udev/rules.d/61-cdrom.rules 42 46 echo 'ACTION=="add", BUS=="pci", SYSFS{class}=="0x030000", RUN+="detect-video"' >/etc/udev/rules.d/30-video.rules 43 47 install -m755 ../detect-video ../dhcp-helper /lib/udev 44 install -m644 ../ 50-network.rules /etc/udev/rules.d/48 install -m644 ../76-network.rules /etc/udev/rules.d/ 45 49 install -m644 -D docs/writing_udev_rules/index.html \ 46 50 /usr/share/doc/$(DIR)/index.html
