summaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-02 01:23:36 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-02 01:23:36 +0000
commit1ebe6d34880d1e26b37fe4f794b5039a8245e750 (patch)
treec94b490dfda5ac1250f15663f2b17eeeb3924990 /package/base-files/Makefile
parent9bf71c00ca3afbd968f782da24b16dbb00b2326e (diff)
make squashfs overlay support more generic and integrate it for x86-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 33e6522e7..5cbef91e3 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -41,6 +41,11 @@ define Package/base-files$(TARGET)
This package contains a base filesystem and system scripts for OpenWrt.
URL:=http://openwrt.org/
VERSION:=$(PKG_RELEASE)-$(REV)
+ $(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.0.0,LAN Network Mask)
+ $(call Config,network.lan.gateway,ip,,LAN Gateway)
+ $(call Config,network.lan.dns,ip,,LAN DNS server)
endef
define Package/base-files$(TARGET)/conffiles
@@ -153,3 +158,5 @@ $(eval $(call BuildPackage,base-files$(TARGET)))
$(eval $(call BuildPackage,libgcc))
$(eval $(call BuildPackage,libpthread))
$(eval $(call BuildPackage,uclibc))
+
+