mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying...
[openwrt.git] / package / linux-atm / Makefile
index 330f56bb54a4571bfd829aa1f16311d41b1cb165..551443b33d046ffedf320dacbdf30c1aa6688d54 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -15,12 +15,15 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/
 PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
 
+PKG_FIXUP:=libtool
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/linux-atm
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Linux ATM library
+  DEPENDS:=+kmod-atm
   URL:=http://linux-atm.sourceforge.net/
 endef