diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-12 19:32:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-12 19:32:51 +0000 |
commit | 2b77148377660a48e047f0ef626ca16c8df286fe (patch) | |
tree | 3f37e0752f9e67f7620b9dae11be8a5259e029c0 /include | |
parent | 3b45a0d59f2236ba21f7671b4416b01e5b1b82a8 (diff) | |
download | upstream-2b77148377660a48e047f0ef626ca16c8df286fe.tar.gz upstream-2b77148377660a48e047f0ef626ca16c8df286fe.tar.bz2 upstream-2b77148377660a48e047f0ef626ca16c8df286fe.zip |
fstools: add the new fstools package
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39895 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 c99c2825f2..a16082ea8f 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 netifd +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall odhcpd odhcp6c DEFAULT_PACKAGES.bootloader:= |