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/x86/generic/profiles/Soekris48xx.mk | |
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/x86/generic/profiles/Soekris48xx.mk')
-rw-r--r-- | target/linux/x86/generic/profiles/Soekris48xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/generic/profiles/Soekris48xx.mk b/target/linux/x86/generic/profiles/Soekris48xx.mk index e4d17fe520..66bafbfe47 100644 --- a/target/linux/x86/generic/profiles/Soekris48xx.mk +++ b/target/linux/x86/generic/profiles/Soekris48xx.mk @@ -7,7 +7,7 @@ define Profile/Soekris48xx NAME:=Soekris Net48xx - PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-net48xx kmod-scx200-gpio kmod-scx200-wdt kmod-hwmon-pc87360 + PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-net48xx kmod-gpio-scx200 kmod-wdt-scx200 kmod-hwmon-pc87360 endef define Profile/Soekris48xx/Description |