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 | f9541ac0d4c75cd859efe5a24b197ce00fafd2e9 (patch) | |
tree | cd92bd3b82f5bd1a3cd2d24679d309d8083cf6b2 /target/linux/ramips/Makefile | |
parent | d96335b041481a21562a03098217653704307b51 (diff) | |
download | upstream-f9541ac0d4c75cd859efe5a24b197ce00fafd2e9.tar.gz upstream-f9541ac0d4c75cd859efe5a24b197ce00fafd2e9.tar.bz2 upstream-f9541ac0d4c75cd859efe5a24b197ce00fafd2e9.zip |
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21137 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |