-include $(TOPDIR)/package/rules.mk
-
-#FIXME: use the version from ./toolchain/uclibc
-UCLIBC_VERSION:=0.9.28
-LIBGCC_VERSION:=$(CONFIG_GCC_VERSION)
+CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)
+
+define Package/base-files$(TARGET)
+ SECTION:=base
+ CATEGORY:=Base system
+ TITLE:=Base filesystem for OpenWrt
+ DESCRIPTION:=\
+ 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.255.0,LAN Network Mask)
+ $(call Config,network.lan.gateway,ip,,LAN Gateway)
+ $(call Config,network.lan.dns,ip,,LAN DNS server)
+endef