1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 23:50:59 +03:00
openwrt-xburst/package/base-files
nbd 9fb77da451 add basic interface alias support.
for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces
this will change when we add support for the ip utility, but the config format will remain the same.
example:

config alias     test
option interface lan
option ipaddr    192.168.1.1
option netmask   255.255.0.0


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-07 15:28:48 +00:00
..
files add basic interface alias support. 2008-08-07 15:28:48 +00:00
Makefile creates a passwd's shadow file if busybox supports the feature, fixes #2887 2008-07-30 17:09:01 +00:00