|
|
@ -7,6 +7,7 @@ |
|
|
|
# ralph / blogic
|
|
|
|
# ralph / blogic
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/kernel.mk |
|
|
|
|
|
|
|
|
|
|
|
PKG_BASE_NAME:=dsl_cpe_control_danube
|
|
|
|
PKG_BASE_NAME:=dsl_cpe_control_danube
|
|
|
|
PKG_VERSION:=3.24.4.4
|
|
|
|
PKG_VERSION:=3.24.4.4
|
|
|
@ -73,6 +74,8 @@ CONFIGURE_ARGS += \ |
|
|
|
--enable-soap-support
|
|
|
|
--enable-soap-support
|
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TARGET_CFLAGS += -I$(LINUX_DIR)/include
|
|
|
|
|
|
|
|
|
|
|
|
define Package/ifxmips-dsl-control/install |
|
|
|
define Package/ifxmips-dsl-control/install |
|
|
|
$(INSTALL_DIR) $(1)/etc/init.d
|
|
|
|
$(INSTALL_DIR) $(1)/etc/init.d
|
|
|
|
$(INSTALL_BIN) ./files/ifx_cpe_control_init.sh $(1)/etc/init.d/
|
|
|
|
$(INSTALL_BIN) ./files/ifx_cpe_control_init.sh $(1)/etc/init.d/
|
|
|
|