- VERSION:=$(PKG_RELEASE)-$(REV)
-endef
-
-define -ar7-2.4/conffiles
-/etc/config/network
-endef
-
-define -aruba-2.6/conffiles
-/etc/config/network
-endef
-
-define -au1000-2.6/conffiles
-/etc/config/network
-endef
-
-define -rb532-2.6/conffiles
-/etc/config/network
-endef
-
-define -sibyte-2.6/conffiles
-/etc/config/network
-endef
-
-define -x86-2.6/conffiles
-/etc/config/network
-endef
-
-define -xscale-2.6/conffiles
-/etc/config/network
+ VERSION:=$(PKG_RELEASE)-$(REVISION)
+ $(call Config,network.lan.proto,string,static,LAN Protocol)
+ $(call Config,network.lan.ipaddr,ip,192.168.1.1,LAN IP Address)
+ $(call Config,network.lan.netmask,netmask,255.255.255.0,LAN Network Mask)
+ $(call Config,network.lan.gateway,ip,,LAN Gateway)
+ $(call Config,network.lan.dns,ip,,LAN DNS server)