Changeset c1918f0 in freewrt
- Timestamp:
- Jan 7, 2007, 3:34:17 AM (19 years ago)
- Children:
- 290734fd
- Parents:
- f15f901
- Location:
- target/image
- Files:
-
- 1 added
- 2 edited
-
brcm/Makefile (modified) (2 diffs)
-
common.mk (added)
-
rb/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/image/brcm/Makefile
rf15f901 rc1918f0 25 25 cp $^ $(BIN_DIR)/kernel/kernel-$(BOARD)-$(KERNEL)-$(DEVICE)-$(FS) 26 26 27 install-prepare: 28 find $(KDIR)/root -type f ! -perm -0100 | xargs chmod 0644 29 find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755 30 find $(KDIR)/root -type d | xargs chmod 0755 27 install-prepare-md: 31 28 -chmod 4755 $(KDIR)/root/bin/busybox 32 mkdir -p $(KDIR)/root/tmp33 chmod 0777 $(KDIR)/root/tmp34 rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \35 dd if=$$rng bs=512 count=1 >>${KDIR}/root/etc/.rnd; \36 chmod 600 ${KDIR}/root/etc/.rnd37 29 38 30 ifneq ($(FWRT_BIG_ENDIAN),y) … … 252 244 @echo "package autobuild successful" 253 245 endif 246 247 include ${TOPDIR}/target/image/common.mk -
target/image/rb/Makefile
rf15f901 rc1918f0 23 23 install -m 0755 $(KDIR)/vmlinux $(KDIR)/root/kernel 24 24 25 install-prepare: instprep-script kernel-install 26 find $(KDIR)/root -type f ! -perm -0100 | xargs chmod 0644 27 find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755 28 find $(KDIR)/root -type d | xargs chmod 0755 25 install-prepare_DEPS= instprep-script kernel-install 26 27 install-prepare-md: 29 28 -chmod 4755 $(KDIR)/root/bin/busybox 30 mkdir -p $(KDIR)/root/tmp31 chmod 1777 $(KDIR)/root/tmp32 rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \33 dd if=$$rng bs=512 count=1 >>${KDIR}/root/etc/.rnd; \34 chmod 600 ${KDIR}/root/etc/.rnd35 29 36 30 $(KDIR)/root: install-prepare kernel-install … … 94 88 @echo "will also copy over the kernel for you." 95 89 endif 90 91 include ${TOPDIR}/target/image/common.mk
Note:
See TracChangeset
for help on using the changeset viewer.
