X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e3187ca12f98fa5966b8db5ab112a7cc17cfd8f0..6ce4ee38eb4f55a721271b536518f0e4136c8577:/include/target.mk diff --git a/include/target.mk b/include/target.mk index f3826b186..7351794dc 100644 --- a/include/target.mk +++ b/include/target.mk @@ -12,11 +12,9 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci opkg +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg # For router targets -DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper bridge firewall -# LuCI -DEFAULT_PACKAGES.router+=luci-admin-full luci-admin-mini luci-i18n-english luci-app-firewall luci-sgi-cgi +DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall # Additional packages for Linux 2.6 ifneq ($(KERNEL),2.4)