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 | d12f820ed21802e8b1eee66ab2fe4501a76c7fce (patch) | |
tree | f88f0cda9dcda281e758eeb2bfba6f37decdc5e7 /target/linux/kirkwood/profiles | |
parent | 1e00993cd8087ca0d27232be91fd470cd958083e (diff) | |
download | upstream-d12f820ed21802e8b1eee66ab2fe4501a76c7fce.tar.gz upstream-d12f820ed21802e8b1eee66ab2fe4501a76c7fce.tar.bz2 upstream-d12f820ed21802e8b1eee66ab2fe4501a76c7fce.zip |
kirkwood: switch to 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/profiles')
-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 89a5bd435a..000aa7418f 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)) |