mirror of https://github.com/hak5/openwrt-owl.git
parent
dc2af33083
commit
a463daa818
|
@ -23,7 +23,7 @@ define Package/ltq-dsl-app
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Lantiq DSL userland tool
|
TITLE:=Lantiq DSL userland tool
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=@TARGET_lantiq_xway +kmod-ltq-dsl +libpthread
|
DEPENDS:=@TARGET_lantiq_danube +kmod-ltq-dsl +libpthread
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ define KernelPackage/ltq-dsl
|
||||||
SUBMENU:=Network Devices
|
SUBMENU:=Network Devices
|
||||||
TITLE:=Lantiq dsl driver
|
TITLE:=Lantiq dsl driver
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=@TARGET_lantiq_xway +kmod-atm
|
DEPENDS:=@TARGET_lantiq_danube +kmod-atm
|
||||||
FILES:=$(PKG_BUILD_DIR)/src/mei/lantiq_mei.ko \
|
FILES:=$(PKG_BUILD_DIR)/src/mei/lantiq_mei.ko \
|
||||||
$(PKG_BUILD_DIR)/src/drv_dsl_cpe_api.ko \
|
$(PKG_BUILD_DIR)/src/drv_dsl_cpe_api.ko \
|
||||||
$(PKG_BUILD_DIR)/src/mei/lantiq_atm.ko
|
$(PKG_BUILD_DIR)/src/mei/lantiq_atm.ko
|
||||||
|
@ -47,7 +47,7 @@ define Package/kmod-ltq-dsl-firmware/default
|
||||||
SUBMENU:=Network Devices
|
SUBMENU:=Network Devices
|
||||||
TITLE:=Firmware
|
TITLE:=Firmware
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=@TARGET_lantiq_xway kmod-ltq-dsl
|
DEPENDS:=@TARGET_lantiq_danube kmod-ltq-dsl
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
choice
|
choice
|
||||||
prompt "board selection"
|
prompt "board selection"
|
||||||
depends on PACKAGE_ltq-tapidemo
|
depends on PACKAGE_ltq-tapidemo
|
||||||
default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_lantiq_xway
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_lantiq_danube
|
||||||
default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_lantiq_ar9
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_lantiq_ar9
|
||||||
default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_lantiq_vr9
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_lantiq_vr9
|
||||||
help
|
help
|
||||||
|
|
|
@ -29,7 +29,7 @@ endif
|
||||||
define Package/uboot-lantiq-template
|
define Package/uboot-lantiq-template
|
||||||
SECTION:=boot
|
SECTION:=boot
|
||||||
CATEGORY:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
DEPENDS:=@TARGET_lantiq
|
DEPENDS:=@TARGET_lantiq_danube
|
||||||
URL:=http://www.denx.de/wiki/U-Boot
|
URL:=http://www.denx.de/wiki/U-Boot
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
TITLE:=$(1) ($(2))
|
TITLE:=$(1) ($(2))
|
||||||
|
|
|
@ -10,7 +10,7 @@ ARCH:=mips
|
||||||
BOARD:=lantiq
|
BOARD:=lantiq
|
||||||
BOARDNAME:=Lantiq GPON/XWAY
|
BOARDNAME:=Lantiq GPON/XWAY
|
||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
DEFAULT_SUBTARGET:=xway
|
DEFAULT_SUBTARGET:=danube
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.39.2
|
LINUX_VERSION:=2.6.39.2
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ define Image/BuildKernel/Template
|
||||||
$(CP) $(KDIR)/uImage-$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1)-uImage
|
$(CP) $(KDIR)/uImage-$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1)-uImage
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(CONFIG_TARGET_lantiq_xway),y)
|
ifeq ($(CONFIG_TARGET_lantiq_danube),y)
|
||||||
define Image/BuildKernel/Profile/EASY50712
|
define Image/BuildKernel/Profile/EASY50712
|
||||||
$(call Image/BuildKernel/Template,EASY50712,$(xway_cmdline))
|
$(call Image/BuildKernel/Template,EASY50712,$(xway_cmdline))
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -29,7 +29,7 @@ USB_MENU:=USB Support
|
||||||
define KernelPackage/usb-dwc-otg
|
define KernelPackage/usb-dwc-otg
|
||||||
TITLE:=Synopsis DWC_OTG support
|
TITLE:=Synopsis DWC_OTG support
|
||||||
SUBMENU:=$(USB_MENU)
|
SUBMENU:=$(USB_MENU)
|
||||||
DEPENDS+=@TARGET_lantiq_xway +kmod-usb-core
|
DEPENDS+=@TARGET_lantiq_danube +kmod-usb-core
|
||||||
KCONFIG:=CONFIG_DWC_OTG \
|
KCONFIG:=CONFIG_DWC_OTG \
|
||||||
CONFIG_DWC_OTG_DEBUG=n \
|
CONFIG_DWC_OTG_DEBUG=n \
|
||||||
CONFIG_DWC_OTG_LANTIQ=y \
|
CONFIG_DWC_OTG_LANTIQ=y \
|
||||||
|
|
Loading…
Reference in New Issue