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 | e7f046805af93c3af6d318907033cf0d803e4b34 (patch) | |
tree | f59b7693c1c0693bd85d5a18dffd051ec6869220 /include/target.mk | |
parent | d40104d567a11bb2b31d9b19ee0d892b40593279 (diff) | |
download | upstream-e7f046805af93c3af6d318907033cf0d803e4b34.tar.gz upstream-e7f046805af93c3af6d318907033cf0d803e4b34.tar.bz2 upstream-e7f046805af93c3af6d318907033cf0d803e4b34.zip |
disable ucitrigger for now, not used, patch from Dave Kooper
SVN-Revision: 20355
Diffstat (limited to 'include/target.mk')
-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:= |