diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:55:29 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:55:29 +0000 |
commit | f767d83b67b9657dae4f06038c9672e52249e86c (patch) | |
tree | b4d17ade6d52116e13e6e3744579fadb5cc75aa4 /target/linux/kirkwood/profiles/115-router.mk | |
parent | c84876702bd726ec9fd58ffa3a21c95173d2ea6b (diff) | |
download | mtk-20170518-f767d83b67b9657dae4f06038c9672e52249e86c.zip mtk-20170518-f767d83b67b9657dae4f06038c9672e52249e86c.tar.gz mtk-20170518-f767d83b67b9657dae4f06038c9672e52249e86c.tar.bz2 |
kirkwood: switch to 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42076
Diffstat (limited to 'target/linux/kirkwood/profiles/115-router.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/115-router.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/profiles/115-router.mk b/target/linux/kirkwood/profiles/115-router.mk index 89a5bd4..000aa74 100644 --- a/target/linux/kirkwood/profiles/115-router.mk +++ b/target/linux/kirkwood/profiles/115-router.mk @@ -19,4 +19,4 @@ endef EA4500_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" EA4500_UBI_OPTS:="-m 2048 -p 128KiB -s 512" -# $(eval $(call Profile,EA4500)) +$(eval $(call Profile,EA4500)) |