diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:01:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:01:33 +0000 |
commit | 6512aa455370c03c086a4c686cb10374365bb436 (patch) | |
tree | 9a5ec7a9dd891ad66f088ee261c5d83f6f0f5b01 /target/linux/mcs814x/image/Makefile | |
parent | f7ece95303309a320b1f577b41332aa15b6469b6 (diff) | |
download | upstream-6512aa455370c03c086a4c686cb10374365bb436.tar.gz upstream-6512aa455370c03c086a4c686cb10374365bb436.tar.bz2 upstream-6512aa455370c03c086a4c686cb10374365bb436.zip |
mcs814x: remove linux 3.3 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44106
Diffstat (limited to 'target/linux/mcs814x/image/Makefile')
-rw-r--r-- | target/linux/mcs814x/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mcs814x/image/Makefile b/target/linux/mcs814x/image/Makefile index 7f8722d6bd..4c8af97d22 100644 --- a/target/linux/mcs814x/image/Makefile +++ b/target/linux/mcs814x/image/Makefile @@ -9,11 +9,7 @@ include $(INCLUDE_DIR)/image.mk TARGET_DTBS := rbt-832 dlan-usb-extender -ifeq ($(KERNEL_PATCHVER),3.3) -DTBS_DIR:= -else DTBS_DIR:=dts/ -endif LOADADDR:=0x00008000 |