Changeset 141418f in freewrt for target/linux/image/Makefile


Ignore:
Timestamp:
Jul 9, 2006, 12:57:58 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e4ba301
Parents:
9282773
Message:
  • remove some obsolete firewall config stuff
  • add old-style network configuration based on nvram
  • add new rc.conf file to configure which services should be started on startup, bsd-ish behavior
  • disable firewall by default in rc.conf, remote update via ssh is now possible. port 22 is open by default on wan side
  • enable suid bit on busybox and add a "admin" user
  • ssh via root is disabled (dropbear -w)
  • default password for "admin" is "FreeWRT", as well as for root please change directly after installation
  • remove telnetd from startup, will be used only for failsafe

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/image/Makefile

    r9282773 r141418f  
    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
    4243        mkdir -p $(KDIR)/root/tmp
    4344        chmod 0777 $(KDIR)/root/tmp
Note: See TracChangeset for help on using the changeset viewer.