X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Futils%2Fotrx%2FMakefile;h=9cb76c171b00a77fd2131331ebfd504e6f37d4f8;hp=360fb1790da773ed611ec3ca6f7e07997c3339f9;hb=ce2c6e5d24af3a238e45289099f5b5c70b15f7d1;hpb=71e6325ab8d84e14c738d565773a8a8ce49107cd diff --git a/package/utils/otrx/Makefile b/package/utils/otrx/Makefile index 360fb1790d..9cb76c171b 100644 --- a/package/utils/otrx/Makefile +++ b/package/utils/otrx/Makefile @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=otrx PKG_RELEASE:=1 +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk define Package/otrx @@ -24,11 +26,6 @@ define Package/otrx/description This package contains an utility that allows validating TRX images. endef -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \