projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a boolean to allow NAT from LAN or not, default to nat LAN (#2535)
[openwrt.git]
/
package
/
admswconfig
/
Makefile
diff --git
a/package/admswconfig/Makefile
b/package/admswconfig/Makefile
index
a6b0708
..
52aa2a4
100644
(file)
--- a/
package/admswconfig/Makefile
+++ b/
package/admswconfig/Makefile
@@
-13,7
+13,7
@@
PKG_VERSION:=0.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=
@openwrt/
+PKG_SOURCE_URL:=
http://downloads.openwrt.org/sources
PKG_MD5SUM:=faafd4618f970119a665b11b21ac6a26
include $(INCLUDE_DIR)/package.mk
PKG_MD5SUM:=faafd4618f970119a665b11b21ac6a26
include $(INCLUDE_DIR)/package.mk
@@
-22,7
+22,7
@@
define Package/admswconfig
SECTION:=utils
CATEGORY:=Utilities
TITLE:=ADM5120 Switch configuration tool
SECTION:=utils
CATEGORY:=Utilities
TITLE:=ADM5120 Switch configuration tool
- DEPENDS:=@TARGET_
ADM5120||TARGET_ADM5120EB
+ DEPENDS:=@TARGET_
adm5120
URL:=http://sharon.esrac.ele.tue.nl/users/pe1rxq/linux-adm/admswconfig/
endef
URL:=http://sharon.esrac.ele.tue.nl/users/pe1rxq/linux-adm/admswconfig/
endef
This page took
0.021601 seconds
and
4
git commands to generate.