Changeset e4ba301 in freewrt for target


Ignore:
Timestamp:
Jul 9, 2006, 3:58:53 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5642350
Parents:
141418f
Message:
  • add a specific preinit.arch which executes brcm specific stuff
  • for squashfs based images, use mini_fo as default, no ugly symlinks anymore
  • add a "version" command, which can be used later, to exactly know which FreeWRT version is used (good for postinst scripts and bugreports), some users like to recreate the shell banner, but still need to know which version is used
  • remove nvram sepcific stuff from some of the startup scripts, like syslogd startup params
  • add some checks if ldd / arp is installed in /etc/profile

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

Location:
target/linux
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/image/Makefile

    r141418f re4ba301  
    4040        find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755
    4141        find $(KDIR)/root -type d | xargs chmod 0755
    42         chmod 4775 $(KDIR)/root/bin/busybox
     42        chmod 4755 $(KDIR)/root/bin/busybox
    4343        mkdir -p $(KDIR)/root/tmp
    4444        chmod 0777 $(KDIR)/root/tmp
Note: See TracChangeset for help on using the changeset viewer.