diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-04-21 18:09:41 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-21 18:09:41 +0000 |
| commit | 9fe50db569956a34fcd8e9426bdc4a9f08a615af (patch) | |
| tree | 8ee33375ce0aa5d8a0383fd3812044dae4362b1f /openwrt/package/Makefile | |
| parent | afabdf26755a13f614f525d11565c2f1f0823f85 (diff) | |
| download | mtk-20170518-9fe50db569956a34fcd8e9426bdc4a9f08a615af.zip mtk-20170518-9fe50db569956a34fcd8e9426bdc4a9f08a615af.tar.gz mtk-20170518-9fe50db569956a34fcd8e9426bdc4a9f08a615af.tar.bz2 | |
fix sdk build
SVN-Revision: 699
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 70761f5..16839eb 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -112,7 +112,7 @@ ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y) snort-compile: postgresql-compile endif -sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) +sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install $(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install %-prepare: |
