diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-08-09 13:13:26 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-08-09 13:13:26 +0000 |
commit | f1a4e36531adf2ae9ece443236096c4eebcb16f4 (patch) | |
tree | 46bd5f74847d275fc5466b3e05911df943dce038 /package/linux-atm/Makefile | |
parent | f955432959ed7aae03b4ed38717ec0c24c93053c (diff) | |
download | upstream-f1a4e36531adf2ae9ece443236096c4eebcb16f4.tar.gz upstream-f1a4e36531adf2ae9ece443236096c4eebcb16f4.tar.bz2 upstream-f1a4e36531adf2ae9ece443236096c4eebcb16f4.zip |
package: linux-atm: br2684ct: fix nas interface bringup on boot
Give nas interface time to setup them selves before configuring them.
Should fix #11826.
Contributed by T-Labs, Deutsche Telekom Innovation Laboratories
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 1ac0a219a2..4543f7aca4 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=linux-atm PKG_VERSION:=2.5.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) |