aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-04-03 09:58:37 +0000
committerJohn Crispin <blogic@openwrt.org>2013-04-03 09:58:37 +0000
commitfd1af44d07b5c0eccd58bf24805810d2f0077936 (patch)
treecc1fc1a94d4d56cbe7be5de2e63101177d70cda4
parent927f4ae6ec8dfe437bc37f9d9b9991048d03e8a8 (diff)
downloadmaster-187ad058-fd1af44d07b5c0eccd58bf24805810d2f0077936.tar.gz
master-187ad058-fd1af44d07b5c0eccd58bf24805810d2f0077936.tar.bz2
master-187ad058-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
-rw-r--r--target/linux/ramips/Makefile2
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