Changeset 6174
- Timestamp:
- 05/19/10 18:40:53 (3 years ago)
- Location:
- luci2/openwrt-feed
- Files:
-
- 3 added
- 1 modified
-
libustream/Makefile (modified) (2 diffs)
-
uddns (added)
-
uddns/Makefile (added)
-
uddns/src (added)
Legend:
- Unmodified
- Added
- Removed
-
luci2/openwrt-feed/libustream/Makefile
r6173 r6174 14 14 15 15 MAKE_FLAGS += SSL=cyassl 16 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl/ 16 17 17 18 define Build/InstallDev … … 30 31 endef 31 32 32 define Package/libu psd/install33 define Package/libustream/install 33 34 $(INSTALL_DIR) $(1)/lib/ 34 35 $(INSTALL_DATA) $(PKG_BUILD_DIR)/libustream.so $(1)/lib/
