diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-21 17:16:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-21 17:16:45 +0000 |
commit | a229f681cec8ad6a5623cb3fd829e35a83f8bbcc (patch) | |
tree | 92eacd4e7161120f5261f23a3ee1cd7ee4ceba35 | |
parent | 73fa2a680e3d8f5f99165648356119ddbe98fa6a (diff) | |
download | upstream-a229f681cec8ad6a5623cb3fd829e35a83f8bbcc.tar.gz upstream-a229f681cec8ad6a5623cb3fd829e35a83f8bbcc.tar.bz2 upstream-a229f681cec8ad6a5623cb3fd829e35a83f8bbcc.zip |
[package] disable ucitrigger for now, not used, patch from Dave Kooper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20355 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 2bfb702788..61ff2d21aa 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 ucitrigger +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 firewall DEFAULT_PACKAGES.bootloader:= |