diff options
Diffstat (limited to 'openwrt/include/package.mk')
-rw-r--r-- | openwrt/include/package.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index 7ae95f8..5a9ba86 100644 --- a/openwrt/include/package.mk +++ b/openwrt/include/package.mk @@ -11,6 +11,7 @@ else endif include $(INCLUDE_DIR)/prereq.mk +include $(INCLUDE_DIR)/host.mk define shvar V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) |