Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: replace AUTORELEASE with real PKG_RELEASE | Tianling Shen | 2023-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Based on Paul Fertser <fercerpav@gmail.com>'s guidance: Change AUTORELEASE in rules.mk to: ``` AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) ``` then update all affected packages by: ``` for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/clean done ``` Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> | ||||
* | ltq-[a|v]dsl-app: provide ltq-dsl-app | Andre Heider | 2022-09-17 | 1 | -0/+1 |
| | | | | | | | This makes it easier for packages to depend on any lantiq/intel/maxlinear compatible dsl daemon. Signed-off-by: Andre Heider <a.heider@gmail.com> | ||||
* | ltq-vdsl-app: rename to ltq-vdsl-vr9-app | Andre Heider | 2022-09-17 | 1 | -0/+82 |
This matches the scheme used by other target packages and will avoid confusion with any future version. Signed-off-by: Andre Heider <a.heider@gmail.com> |