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/x86/generic/profiles | |
parent | d96335b041481a21562a03098217653704307b51 (diff) | |
download | master-187ad058-f9541ac0d4c75cd859efe5a24b197ce00fafd2e9.tar.gz master-187ad058-f9541ac0d4c75cd859efe5a24b197ce00fafd2e9.tar.bz2 master-187ad058-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/x86/generic/profiles')
-rw-r--r-- | target/linux/x86/generic/profiles/Soekris45xx.mk | 2 | ||||
-rw-r--r-- | target/linux/x86/generic/profiles/Soekris48xx.mk | 2 | ||||
-rw-r--r-- | target/linux/x86/generic/profiles/Wrap.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/x86/generic/profiles/Soekris45xx.mk b/target/linux/x86/generic/profiles/Soekris45xx.mk index a3255178be..d1d88c6fca 100644 --- a/target/linux/x86/generic/profiles/Soekris45xx.mk +++ b/target/linux/x86/generic/profiles/Soekris45xx.mk @@ -7,7 +7,7 @@ define Profile/Soekris45xx NAME:=Soekris Net45xx - PACKAGES:=kmod-natsemi kmod-leds-net48xx kmod-sc520-wdt + PACKAGES:=kmod-natsemi kmod-leds-net48xx kmod-wdt-sc520 endef define Profile/Soekris45xx/Description 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 diff --git a/target/linux/x86/generic/profiles/Wrap.mk b/target/linux/x86/generic/profiles/Wrap.mk index 4a21f03810..62532ac828 100644 --- a/target/linux/x86/generic/profiles/Wrap.mk +++ b/target/linux/x86/generic/profiles/Wrap.mk @@ -7,7 +7,7 @@ define Profile/Wrap NAME:=PCEngines WRAP - PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-scx200-gpio kmod-scx200-wdt kmod-hwmon-pc87360 + PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-gpio-scx200 kmod-wdt-scx200 kmod-hwmon-pc87360 endef define Profile/Wrap/Description |