1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 00:19:20 +02:00
kyak 2011-03-08 17:43:31 +03:00
parent cc7557ce51
commit c04a579403

View File

@ -71,6 +71,11 @@ define Build/Configure
"$(PKG_BUILD_DIR)/dfasyn/dfasyn_host"
ln -s "$(STAGING_DIR_HOST)/bin/smujajgau" \
"$(PKG_BUILD_DIR)/smujajgau_host"
( $(MAKE) -C $(PKG_BUILD_DIR) stag.h && \
cd $(PKG_BUILD_DIR) && \
$(SED) 's/YYTOKENTYPE/STAGYYTOKENTYPE/' stag.h && \
$(SED) 's/yytokentype/stagyytokentype/' stag.h \
)
endef
define Build/Compile