From 749981b832eab6b4909ea45e8d584c570cd0ea12 Mon Sep 17 00:00:00 2001 From: hauke 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17752 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/r8101/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/r8101') diff --git a/package/r8101/Makefile b/package/r8101/Makefile index e800e8ecc..370a9aebf 100644 --- a/package/r8101/Makefile +++ b/package/r8101/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=1.012.00 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://WebUser:DAx7h9V@202.65.194.212/cn/nic/ +PKG_SOURCE_URL:=ftp://WebUser:nQJ4P7b@202.65.194.212/cn/nic/ PKG_MD5SUM:=eb0645af023926f3ab8d0d40f68748ef include $(INCLUDE_DIR)/package.mk @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/r8101 SUBMENU:=Network Devices TITLE:=RealTek RTL-8101E PCIe Fast Ethernet Adapter kernel support - DEPENDS:=@TARGET_x86 + DEPENDS:=@TARGET_x86 @!LINUX_2_6_31 URL:=http://www.realtek.com.tw/ FILES:= $(PKG_BUILD_DIR)/src/r8101.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,r8101) -- cgit v1.2.3