diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-06-10 14:37:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-06-10 14:37:46 +0000 |
commit | d8ae2620026b9790e92dc18c6a5a3376be9b95e3 (patch) | |
tree | b64c818862d71640dea25c1758c366a806fbd55b /include | |
parent | ab92fede810d5a494797142193fa61f02df521dd (diff) | |
download | upstream-d8ae2620026b9790e92dc18c6a5a3376be9b95e3.tar.gz upstream-d8ae2620026b9790e92dc18c6a5a3376be9b95e3.tar.bz2 upstream-d8ae2620026b9790e92dc18c6a5a3376be9b95e3.zip |
enable ucitrigger by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16403 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1f28fbaa00..8769c30575 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 libc libgcc busybox dropbear mtd uci opkg +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg ucitrigger # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall DEFAULT_PACKAGES.bootloader:= |