drop the '0' default in config_get_bool
[openwrt.git] / package / ar7-atm / Makefile
index 8286f3e..88eb084 100644 (file)
@@ -13,15 +13,15 @@ PKG_NAME:=sangam_atm
 PKG_VERSION:=07.02.01.00
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.bz2
 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=dc4d5c36532503a2f234f3303a0bf563
+PKG_MD5SUM:=240558504afe41aeb472301d2e3fa052
 
 include $(INCLUDE_DIR)/package.mk
 
 define KernelPackage/sangam-atm/Default
   SUBMENU:=Network Devices
-  DEPENDS:=@TARGET_AR7 +kmod-atm 
+  DEPENDS:=@TARGET_ar7 +kmod-atm 
   TITLE:=AR7 ADSL driver
   FILES:=$(PKG_BUILD_DIR)/tiatm.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,50,tiatm)
This page took 0.029293 seconds and 4 git commands to generate.