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 | cdad29a7c1b734b87d8c3c76cc6429a21770f6ae (patch) | |
tree | cd66e48872706fb6b0292d0716ba1aaf1be448fa /target/linux/mcs814x/image/Makefile | |
parent | 7c9617f664ed00990c69322e19b4de16a3049c0a (diff) | |
download | master-187ad058-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.tar.gz master-187ad058-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.tar.bz2 master-187ad058-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.zip |
mcs814x: remove linux 3.3 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44106 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |