diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-15 14:10:03 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-15 14:10:03 +0000 |
commit | bf2c3d0b49e8801a9271c97624a587bbd68ca057 (patch) | |
tree | 55ae909d1f3ba6c8b715f202a56dee8955daadb0 /target/linux | |
parent | 5ecd917028614461fd9a16b4c53f801e4cb9f5b5 (diff) |
[mcs814x] set DEVICE_TYPE to other to avoid pulling unecessary packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index a62b6e5899..f8f71204d9 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -15,6 +15,8 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=3.3.8 +DEVICE_TYPE:=other + include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \ |