1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21251 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-04-29 10:25:57 +00:00
parent 1dffb00ec0
commit eb30c3b7ce
7 changed files with 23 additions and 7 deletions

View File

@@ -106,6 +106,7 @@ $(eval $(call KernelPackage,capi))
define KernelPackage/misdn
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=mISDN (ISDN) Support
DEPENDS:=@LINUX_2_6
KCONFIG:= \
CONFIG_MISDN \
CONFIG_MISDN_DSP \
@@ -137,6 +138,7 @@ $(eval $(call KernelPackage,misdn))
define KernelPackage/isdn4linux
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Old ISDN4Linux (deprecated)
DEPENDS:=@LINUX_2_6
KCONFIG:= \
CONFIG_ISDN_I4L \
CONFIG_ISDN_PPP=y \
@@ -496,7 +498,7 @@ $(eval $(call KernelPackage,pppoa))
define KernelPackage/pppol2tp
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=PPPoL2TP support
DEPENDS:=kmod-ppp +kmod-pppoe
DEPENDS:=@LINUX_2_6 kmod-ppp +kmod-pppoe
KCONFIG:=CONFIG_PPPOL2TP
FILES:=$(LINUX_DIR)/drivers/net/pppol2tp.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,40,pppol2tp)