Changeset 4fc88b2 in freewrt
- Timestamp:
- Nov 17, 2006, 6:10:03 PM (19 years ago)
- Children:
- da78ea0
- Parents:
- b627775
- Location:
- target/image
- Files:
-
- 2 edited
-
brcm/Makefile (modified) (1 diff)
-
rb/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/image/brcm/Makefile
rb627775 r4fc88b2 29 29 find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755 30 30 find $(KDIR)/root -type d | xargs chmod 0755 31 chmod 4755 $(KDIR)/root/bin/busybox31 -chmod 4755 $(KDIR)/root/bin/busybox 32 32 mkdir -p $(KDIR)/root/tmp 33 33 chmod 0777 $(KDIR)/root/tmp -
target/image/rb/Makefile
rb627775 r4fc88b2 34 34 find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755 35 35 find $(KDIR)/root -type d | xargs chmod 0755 36 chmod 4755 $(KDIR)/root/bin/busybox36 -chmod 4755 $(KDIR)/root/bin/busybox 37 37 mkdir -p $(KDIR)/root/tmp 38 38 chmod 0777 $(KDIR)/root/tmp
Note:
See TracChangeset
for help on using the changeset viewer.
