diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-31 09:30:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-31 09:30:37 +0000 |
commit | 8ddca59465099759db530b1a4e31229ed4333482 (patch) | |
tree | 797fdf6d837fd3e360bc9c32b55c721c5af8cedf /target | |
parent | c5c2eb5fd6be8e9ec18b26189eb1dbd78d3ebb0a (diff) | |
download | upstream-8ddca59465099759db530b1a4e31229ed4333482.tar.gz upstream-8ddca59465099759db530b1a4e31229ed4333482.tar.bz2 upstream-8ddca59465099759db530b1a4e31229ed4333482.zip |
malta: use as a default type device
There is currently no relevant definition for developerboard device type
in include/target.mk, thus packages like iptables, firewall, dnsmasq
etc. are missing in the default images, rendering it almost useless
for regular testing or normal use.
With this change, currently a default set of packages for "router" will
be installed to malta firmware images.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 47325
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index c9f1586aaa..8392738f02 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -15,8 +15,6 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> KERNEL_PATCHVER:=3.18 -DEVICE_TYPE:=developerboard - include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim kmod-pcnet32 |