diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 09:58:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 09:58:37 +0000 |
commit | 86a691144b4988d2ebfb78834b608dec51b53a33 (patch) | |
tree | 72d9785a114410e606ab4aa1ed27dfd1a8ea2575 /target/linux/ramips | |
parent | 1105bd2897152a8c6861a09faed56cf2fdbfdddb (diff) | |
download | upstream-86a691144b4988d2ebfb78834b608dec51b53a33.tar.gz upstream-86a691144b4988d2ebfb78834b608dec51b53a33.tar.bz2 upstream-86a691144b4988d2ebfb78834b608dec51b53a33.zip |
add feature gpio
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36160
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 |