From ecccdfb45e27df5d9ee6deba57fb4fa28131a59d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Dec 2009 08:44:40 +0100 Subject: enable pppoa and fix dsl driver - fix dsl driver crash, sync is now successful - add ppp ppp over atm --- target/ag241/Makefile | 4 ++-- target/linux/config/Config.in.network | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'target') diff --git a/target/ag241/Makefile b/target/ag241/Makefile index e1c5b47a5..730b06bfa 100644 --- a/target/ag241/Makefile +++ b/target/ag241/Makefile @@ -31,10 +31,10 @@ kernel-install: tools-compile ifeq ($(FS),squashfs) imageinstall: $(BIN_DIR)/$(ROOTFSSQUASHFS) - @if [ $$(stat --format=%s ${BUILD_DIR}/${ROOTFSSQUASHFS}) -gt 4063233 ];then \ + @if [ $$(stat --format=%s ${BUILD_DIR}/${ROOTFSSQUASHFS}) -gt 3801088 ];then \ echo 'Image is too big!'; \ else \ - ${CP} ${BUILD_DIR}/${ROOTFSSQUASHFS} $(BIN_DIR)/$(ROOTFSSQUASHFS); \ + ${CP} ${BUILD_DIR}/${ROOTFSSQUASHFS} ${BIN_DIR}/${ROOTFSSQUASHFS}; \ echo The image file is $(ROOTFSSQUASHFS); \ echo 'You can flash the image via tftp:'; \ echo 'tftp 192.168.1.1'; \ diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 05995b8b2..cf3b2a278 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -193,14 +193,14 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE See http://pptpclient.sourceforge.net/ for information on configuring PPTP clients and servers to utilize this method. -#config ADK_KPACKAGE_KMOD_PPPOATM -# prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" -# tristate -# default n -# depends on ADK_KPACKAGE_KMOD_PPP -# select ADK_KPACKAGE_KMOD_ATM -# help -# Support for PPP over ATM +config ADK_KPACKAGE_KMOD_PPPOATM + prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" + tristate + default n + depends on ADK_KPACKAGE_KMOD_PPP + select ADK_KPACKAGE_KMOD_ATM + help + Support for PPP over ATM config ADK_KPACKAGE_KMOD_PPPOE prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support" -- cgit v1.2.3