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/Soekris45xx.mk | |
parent | b1b2b04639f1de1e2b8caa47d2d0d0f3869a7134 (diff) | |
download | mtk-20170518-37b02afe6a1c79d580d72d4d660ca27ddf237b0a.zip mtk-20170518-37b02afe6a1c79d580d72d4d660ca27ddf237b0a.tar.gz mtk-20170518-37b02afe6a1c79d580d72d4d660ca27ddf237b0a.tar.bz2 |
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
SVN-Revision: 21137
Diffstat (limited to 'target/linux/x86/generic/profiles/Soekris45xx.mk')
-rw-r--r-- | target/linux/x86/generic/profiles/Soekris45xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/generic/profiles/Soekris45xx.mk b/target/linux/x86/generic/profiles/Soekris45xx.mk index a325517..d1d88c6 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 |