Changeset 7669240 in freewrt for target


Ignore:
Timestamp:
Sep 23, 2006, 10:30:38 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
0543ddc
Parents:
a3f04e0
Message:
  • add a generic network init script which is using busybox ifup/ifdown
  • move ifup/ifdown with nvram calls to webif package
  • add specific dnsmasq.conf and startup script for dnsmasq for webif
  • add version file

This unbreaks DNS/DHCP options in Webif. Even WPA/WPA2 seems possible
if you install broadcom-nas package. I have no WPA/WPA2 enabled box
or operating system to test..

tg@ will add some rc.conf checks so that either webif network
configuration is used or ifup/ifdown from busybox

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/Config.in

    ra3f04e0 r7669240  
    2020          Build firmware images with a writable jffs2 root filesystem.
    2121
     22config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS
     23        bool "Firmware image with read-only root filesystem and symlinks"
     24        select FWRT_PACKAGE_JFFS2ROOT
     25        help
     26          Build firmware images with a read-only and highly compressed
     27          (squashfs with lzma compression) root filesystem.
     28          Startup scripts will create symlinks to the writable jffs2 portion.
     29          If you want to change anything, first remove the symlink then edit
     30          the file.
     31
    2232config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
    2333        bool "Firmware image with read-only root filesystem and overlay fs"
Note: See TracChangeset for help on using the changeset viewer.