freewrt_1_0
freewrt_2_0
|
Last change
on this file since 0543ddc was 7669240, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
- 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
|
-
Property mode
set to
100644
|
|
File size:
312 bytes
|
| Line | |
|---|
| 1 | config FWRT_PACKAGE_WEBIF
|
|---|
| 2 | prompt "webif............................. web based configuration tool"
|
|---|
| 3 | tristate
|
|---|
| 4 | select FWRT_PACKAGE_HASERL
|
|---|
| 5 | select FWRT_PACKAGE_BRIDGE_UTILS
|
|---|
| 6 | select FWRT_PACKAGE_IPTABLES
|
|---|
| 7 | select FWRT_PACKAGE_DNSMASQ
|
|---|
| 8 | default n
|
|---|
| 9 | help
|
|---|
| 10 | A web interface for configuring FreeWRT as wireless router.
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.