Browse Source

add kmod dependencies

Waldemar Brodkorb 15 years ago
parent
commit
47e50c10a8
2 changed files with 4 additions and 3 deletions
  1. 2 1
      package/sangam-atm/Makefile
  2. 2 2
      target/linux/config/Config.in.misc

+ 2 - 1
package/sangam-atm/Makefile

@@ -9,6 +9,7 @@ PKG_RELEASE:=		1
 PKG_MD5SUM:=		3843f3e670967fe81561770ac960c1cd
 PKG_DESCR:=		sangam-atm DSL modem driver for TI AR7 boards
 PKG_SECTION:=		kernel
+PKG_DEPENDS:=		kmod-fw-loader kmod-atm
 PKG_SITES:=		http://openadk.org/distfiles/
 
 PKG_TARGET_DEPENDS:=	ag241
@@ -16,7 +17,7 @@ PKG_TARGET_DEPENDS:=	ag241
 include ${TOPDIR}/mk/package.mk
 include ${TOPDIR}/mk/kernel-vars.mk
 
-$(eval $(call PKG_template,KMOD_SANGAM_ATM,kmod-sangam-atm,${KERNEL_VERSION}+${PKG_VERSION}-${ADK_TARGET}-${PKG_RELEASE},,${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,KMOD_SANGAM_ATM,kmod-sangam-atm,${KERNEL_VERSION}+${PKG_VERSION}-${ADK_TARGET}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
 BUILD_STYLE:=		manual
 INSTALL_STYLE:=		manual

+ 2 - 2
target/linux/config/Config.in.misc

@@ -68,7 +68,7 @@ config ADK_KPACKAGE_KMOD_PPDEV
 	  Kernel module for userland parallel port access
 
 config ADK_KPACKAGE_KMOD_FW_LOADER
-	prompt "kmod-fw-loader.................. userspace firmware loading support"
+	prompt "kmod-fw-loader.................... userspace firmware loading support"
 	tristate
 	default n
 	help
@@ -76,7 +76,7 @@ config ADK_KPACKAGE_KMOD_FW_LOADER
 	  loading of external firmware files.
 
 config ADK_KPACKAGE_KMOD_EEPROM_93CX6
-	prompt "kmod-eeprom-93cx6................ 93cx6 eeprom support"
+	prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
 	tristate
 	default n
 	help