diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-24 14:08:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-24 14:08:49 +0000 |
commit | 37b02afe6a1c79d580d72d4d660ca27ddf237b0a (patch) | |
tree | 667c4decdb98a1db038865ad09ab7c4125b377c8 /target/linux/ramips/Makefile | |
parent | b1b2b04639f1de1e2b8caa47d2d0d0f3869a7134 (diff) | |
download | upstream-37b02afe6a1c79d580d72d4d660ca27ddf237b0a.tar.gz upstream-37b02afe6a1c79d580d72d4d660ca27ddf237b0a.tar.bz2 upstream-37b02afe6a1c79d580d72d4d660ca27ddf237b0a.zip |
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
SVN-Revision: 21137
Diffstat (limited to 'target/linux/ramips/Makefile')
-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 23eb5280dc..326ecfb033 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -11,7 +11,7 @@ BOARD:=ramips BOARDNAME:=Ralink RT288x/RT305x SUBTARGETS:=rt288x rt305x CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -FEATURES:=squashfs broken +FEATURES:=squashfs LINUX_VERSION:=2.6.32.10 |