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 | c9d7a96ac819cb81b20b668ae90d8835ba6ec3f1 (patch) | |
tree | 6675707143acea1df6f9b5e0fb36acbaf122c500 /package/linux-atm/Makefile | |
parent | c8a01662123f194edfd4aa5bf35abd68c547e4f4 (diff) | |
download | mtk-20170518-c9d7a96ac819cb81b20b668ae90d8835ba6ec3f1.zip mtk-20170518-c9d7a96ac819cb81b20b668ae90d8835ba6ec3f1.tar.gz mtk-20170518-c9d7a96ac819cb81b20b668ae90d8835ba6ec3f1.tar.bz2 |
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>
SVN-Revision: 33074
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 1ac0a21..4543f7a 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) |