From 498d84fc4e00ad75514c3a9dde09338552b89a8c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Dec 2013 16:41:03 +0000 Subject: netifd: add wireless configuration support and port mac80211 to the new framework Signed-off-by: Felix Fietkau SVN-Revision: 38988 --- package/network/config/netifd/Makefile | 4 ++-- package/network/config/netifd/files/etc/init.d/network | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'package/network/config/netifd') diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index ee4f381368..1bcd2be3e1 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2013-10-31 +PKG_VERSION:=2013-12-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=199723ed921160c029a0d15fa95914ddfcdc5cb9 +PKG_SOURCE_VERSION:=29db00ed0efb251bd88ecce298356f2702b6cee1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau # PKG_MIRROR_MD5SUM:= diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index f54d69b472..8b2d368d6a 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -18,7 +18,7 @@ start_service() { reload_service() { ubus call network reload - /sbin/wifi up + /sbin/wifi reload } stop_service() { -- cgit v1.2.3