diff options
author | Mike Baker <mbm@openwrt.org> | 2006-05-11 00:18:12 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-05-11 00:18:12 +0000 |
commit | 3ee6ad0404860f63249e729d3842ff7260fb1600 (patch) | |
tree | a4ae012effa483be3883dc628ab48d06d84e4466 /openwrt/Makefile | |
parent | 043df621505fb501fb61e838c96cb40ef7a825ca (diff) | |
download | mtk-20170518-3ee6ad0404860f63249e729d3842ff7260fb1600.zip mtk-20170518-3ee6ad0404860f63249e729d3842ff7260fb1600.tar.gz mtk-20170518-3ee6ad0404860f63249e729d3842ff7260fb1600.tar.bz2 |
partial cleanup
SVN-Revision: 3758
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index c323a9c..06288de 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -38,6 +38,8 @@ endif endif export OPENWRTVERSION +all: + .pkginfo: FORCE ifeq ($(shell ./scripts/timestamp.pl -p .pkginfo package),package) @echo Collecting package info... |