package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
[openwrt/openwrt.git] / target / linux / x86 / generic / profiles / Soekris45xx.mk
1 #
2 # Copyright (C) 2008 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Soekris45xx
9 NAME:=Soekris Net45xx
10 PACKAGES:=kmod-natsemi kmod-leds-net48xx kmod-wdt-sc520
11 endef
12
13 define Profile/Soekris45xx/Description
14 Package set compatible with the Soekris Net45xx. Net4511 and 4521 need PCMCIA Cardbus support. Please add manually.
15 endef
16 $(eval $(call Profile,Soekris45xx))