OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | include $(TOPDIR)/rules.mk |
1 | include $(TOPDIR)/rules.mk |
|
2 | #Based on adb package from AUR https://aur.archlinux.org/packages/adb/ , reused Makefile |
2 | #Based on adb package from AUR https://aur.archlinux.org/packages/adb/ , reused Makefile |
|
Line 3... | Line 3... | |||
3 | |
3 | |
|
4 | PKG_NAME:=adb |
4 | PKG_NAME:=adb |
|
5 | PKG_VERSION:=android.5.0.2_r1 |
5 | PKG_VERSION:=android.5.0.2_r1 |
|
Line 6... | Line 6... | |||
6 | PKG_RELEASE:=2 |
6 | PKG_RELEASE:=1 |
|
7 | |
7 | |
|
8 | PKG_SOURCE_PROTO:=git |
8 | PKG_SOURCE_PROTO:=git |
|
9 | PKG_SOURCE_URL:=https://android.googlesource.com/platform/system/core |
9 | PKG_SOURCE_URL:=https://android.googlesource.com/platform/system/core |