Changeset 409
- Timestamp:
- Oct 6, 2012, 10:09:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/openwrt/openwrt.mk
r405 r409 136 136 137 137 ifeq ($(OPENWRT_BRANCH),trunk) 138 OPENWRT_SUBVERSION:=$( CONFIG_OPENWRT_SVN_REPO_URL)/trunk/138 OPENWRT_SUBVERSION:=$(call qstrip,$(CONFIG_OPENWRT_SVN_REPO_URL))/trunk/ 139 139 else 140 OPENWRT_SUBVERSION:=$( CONFIG_OPENWRT_SVN_REPO_URL)/branches/$(OPENWRT_BRANCH)/140 OPENWRT_SUBVERSION:=$(call qstrip,$(CONFIG_OPENWRT_SVN_REPO_URL))/branches/$(OPENWRT_BRANCH)/ 141 141 endif 142 142
Note: See TracChangeset
for help on using the changeset viewer.