Changeset e28fb93 in freewrt
- Timestamp:
- Apr 13, 2008, 6:02:21 PM (18 years ago)
- Children:
- eb4c35d
- Parents:
- 8f8d9ff
- File:
-
- 1 edited
-
package/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Makefile
r8f8d9ff re28fb93 9 9 include $(TOPDIR)/rules.mk 10 10 include $(TOPDIR)/package/Depends.mk 11 12 ifneq (${FWRT_PACKAGE_CGILIB},) 13 FWRT_COMPILE_CGILIB=${FWRT_PACKAGE_CGILIB} 14 else 15 ifneq (${FWRT_COMPILE_RRDTOOL},) 16 FWRT_COMPILE_CGILIB=m 17 else 18 FWRT_COMPILE_CGILIB= 19 endif 20 endif 11 21 12 22 package-$(FWRT_PACKAGE_6TUNNEL) += 6tunnel … … 39 49 package-$(FWRT_PACKAGE_BWM) += bwm 40 50 package-$(FWRT_PACKAGE_CBTT) += cbtt 41 package-$(FWRT_ PACKAGE_CGILIB) += cgilib51 package-$(FWRT_COMPILE_CGILIB) += cgilib 42 52 package-$(FWRT_PACKAGE_CHILLISPOT) += chillispot 43 53 package-$(FWRT_PACKAGE_CIFSMOUNT) += cifsmount
Note:
See TracChangeset
for help on using the changeset viewer.
