X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fwing%2FMakefile;h=0ce64a49f67af5f9cb4d1b7d7dd891428cc399b8;hp=b3300d905fe6cf38dca73369aff202ec799c557e;hb=2718dcba4302f920721681db2e0776d3c8e8ee41;hpb=04ecdaef4f408afbe22c787c11aae645b0f4e585 diff --git a/net/wing/Makefile b/net/wing/Makefile index b3300d905f..0ce64a49f6 100644 --- a/net/wing/Makefile +++ b/net/wing/Makefile @@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wing ifneq ($(CONFIG_WING_STABLE),) - PKG_VERSION:=20100827 - PKG_RELEASE:=2 - PKG_REV:=6f238baa6c4f357f1fe0e55f1b71db7816747b33 + PKG_VERSION:=20100903 + PKG_RELEASE:=3 + PKG_REV:=520e3168a5af4d26bec3779cfa4901d128a4bc6f else PKG_VERSION:=$(shell date +%Y%m%d) PKG_RELEASE:=1 @@ -64,7 +64,7 @@ define Build/Configure -f $(PKG_BUILD_DIR)/conf/wing/sample.click \ -A --all -E Discard -E Print -E Null \ -E InfiniteSource -E RatedSource -E EtherEncap -E UDPIPEncap \ - -E AthdescEncap -E AthdescDecap -E RadiotapDecap -E RadiotapEncap \ + -E RadiotapDecap -E RadiotapEncap \ -E ProbeTXRate -E MadwifiRate -E AutoRateFallback \ -E RoundRobinSched -E DRRSched; \ )