diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-01 16:24:15 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-01 16:24:15 +0000 |
commit | fac0ad082706ba3b92c249e652e171aeb8a53ebc (patch) | |
tree | 5b3818b83fe43a2a758a6f60987d366f13c262f2 /target/linux/adm5120 | |
parent | c9035566d53b3242d78691907b8dd07013a3c63d (diff) | |
download | mtk-20170518-fac0ad082706ba3b92c249e652e171aeb8a53ebc.zip mtk-20170518-fac0ad082706ba3b92c249e652e171aeb8a53ebc.tar.gz mtk-20170518-fac0ad082706ba3b92c249e652e171aeb8a53ebc.tar.bz2 |
adm5120: switch kernel to 3.18
Tested by Jonas on WP54g, thank you!
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44588
Diffstat (limited to 'target/linux/adm5120')
-rw-r--r-- | target/linux/adm5120/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 7298a24..419c534 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -10,10 +10,11 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 FEATURES:=low_mem -KERNEL_PATCHVER:=3.8 SUBTARGETS:=router_le router_be rb1xx INITRAMFS_EXTRA_FILES:= +KERNEL_PATCHVER:=3.18 + include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += admswconfig wpad-mini kmod-input-core \ |