diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-03 09:58:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-03 09:58:37 +0000 |
commit | fd1af44d07b5c0eccd58bf24805810d2f0077936 (patch) | |
tree | cc1fc1a94d4d56cbe7be5de2e63101177d70cda4 /target/linux/ramips | |
parent | 927f4ae6ec8dfe437bc37f9d9b9991048d03e8a8 (diff) | |
download | upstream-fd1af44d07b5c0eccd58bf24805810d2f0077936.tar.gz upstream-fd1af44d07b5c0eccd58bf24805810d2f0077936.tar.bz2 upstream-fd1af44d07b5c0eccd58bf24805810d2f0077936.zip |
[ramips] add feature gpio
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36160 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 80cc960fa5..d0ee005a5e 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -11,7 +11,7 @@ BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -fno-caller-saves -mno-branch-likely -FEATURES:=squashfs +FEATURES:=squashfs gpio LINUX_VERSION:=3.7.10 |