diff --git a/libs/liboping/Makefile b/libs/liboping/Makefile index 588e73a37..d8022b316 100644 --- a/libs/liboping/Makefile +++ b/libs/liboping/Makefile @@ -48,7 +48,7 @@ $(call Package/liboping/Default) DEPENDS+= +liboping +libncurses endef -TARGET_CFLAGS += $(FPIC) -I$(STAGING_DIR)/usr/include +TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --without-perl-bindings \ diff --git a/net/speedtouch-usb-firmware/Makefile b/net/speedtouch-usb-firmware/Makefile index 1f4544cb3..c55b0054b 100644 --- a/net/speedtouch-usb-firmware/Makefile +++ b/net/speedtouch-usb-firmware/Makefile @@ -24,7 +24,7 @@ define Package/speedtouch-usb-firmware SECTION:=net CATEGORY:=Network TITLE:=SpeedTouch 330 ADSL USB firmware - DEPENDS:=+kmod-usb-atm +kmod-usb-atm-speedtouch @!LINUX_2_4 + DEPENDS:=+kmod-usb-atm +kmod-usb-atm-speedtouch @LINUX_2_6 PKGARCH:=all endef @@ -57,8 +57,6 @@ define Package/speedtouch-usb-firmware/install $(INSTALL_CONF) $(PKG_BUILD_DIR)/speedtch-1.bin.4 $(1)/lib/firmware $(INSTALL_CONF) $(PKG_BUILD_DIR)/speedtch-2.bin.2 $(1)/lib/firmware $(INSTALL_CONF) $(PKG_BUILD_DIR)/speedtch-2.bin.4 $(1)/lib/firmware - $(INSTALL_DIR) $(1)/etc/hotplug.d/atm - $(INSTALL_DATA) ./files/atm.hotplug $(1)/etc/hotplug.d/atm/20-speedtouch endef define Package/speedtouch-usb-firmware/postinst