Changeset 4fc88b2 in freewrt


Ignore:
Timestamp:
Nov 17, 2006, 6:10:03 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
da78ea0
Parents:
b627775
Message:

Fixed for builds without busybox.
This is seldom, but not for me as i like to test
stuff with minimal setup to reduce build time.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1154 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
target/image
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    rb627775 r4fc88b2  
    2929        find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755
    3030        find $(KDIR)/root -type d | xargs chmod 0755
    31         chmod 4755 $(KDIR)/root/bin/busybox
     31        -chmod 4755 $(KDIR)/root/bin/busybox
    3232        mkdir -p $(KDIR)/root/tmp
    3333        chmod 0777 $(KDIR)/root/tmp
  • target/image/rb/Makefile

    rb627775 r4fc88b2  
    3434        find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755
    3535        find $(KDIR)/root -type d | xargs chmod 0755
    36         chmod 4755 $(KDIR)/root/bin/busybox
     36        -chmod 4755 $(KDIR)/root/bin/busybox
    3737        mkdir -p $(KDIR)/root/tmp
    3838        chmod 0777 $(KDIR)/root/tmp
Note: See TracChangeset for help on using the changeset viewer.