diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 08:44:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 08:44:40 +0100 |
commit | ecccdfb45e27df5d9ee6deba57fb4fa28131a59d (patch) | |
tree | db472d4cce5e4a6ca90c2b87a1a9de7dc1a3fb78 /target/ag241/Makefile | |
parent | 29aeaabe6982746e79cdec6ce8975f1207c1a1dc (diff) |
enable pppoa and fix dsl driver
- fix dsl driver crash, sync is now successful
- add ppp ppp over atm
Diffstat (limited to 'target/ag241/Makefile')
-rw-r--r-- | target/ag241/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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'; \ |