pptp: remove the defaultroute option from options.pptp, this is managed by generic...
[openwrt.git] / package / button-hotplug / Makefile
index 68f42210e12c650bb93b7c5c794b872a033de4a4..1aa268f2bd81d3991708bb14e1eddca0229240bb 100644 (file)
@@ -16,7 +16,9 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/button-hotplug
   SUBMENU:=Other modules
   TITLE:=Button Hotplug driver
+  DEPENDS:=@!LINUX_2_6_30
   FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko
+  AUTOLOAD:=$(call AutoLoad,30,button-hotplug)
   KCONFIG:=
 endef