diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-08-16 06:35:14 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-08-16 06:35:14 +0000 |
commit | 99dd3e13fc1c48a75842dbe87ddd1e87a3e213de (patch) | |
tree | e966dbb2081e58c2555cc54f339ce70140b5944f /include | |
parent | 64a8d6c4059674ddade73eb13866c6c14328f872 (diff) | |
download | upstream-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.tar.gz upstream-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.tar.bz2 upstream-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.zip |
make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 34d2935fe8..357bb1f30d 100644 --- a/include/target.mk +++ b/include/target.mk @@ -12,7 +12,7 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci +DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci opkg # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper bridge firewall |