From 80574578ec9794f58bd98c1d31fba52c617cb03c Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 26 Sep 2009 21:23:53 +0000 Subject: small fixes mostly for kernel 2.6.31 - libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq SVN-Revision: 17752 --- package/siit/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/siit/Makefile') diff --git a/package/siit/Makefile b/package/siit/Makefile index affe89f104..f73e9584e5 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/siit SUBMENU:=Network Devices TITLE:=Stateless IP ICMP Translation Algorithm + DEPENDS:=@!LINUX_2_6_31 FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,siit) endef -- cgit v1.2.3