Changeset c04ece1 in freewrt for package/mini_httpd/Makefile


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/mini_httpd/Makefile

    re13d736 rc04ece1  
    2727$(WRKBUILD)/.built:
    2828        # with MatrixSSL
    29 ifneq ($(BR2_PACKAGE_MINI_HTTPD_MATRIXSSL),)
     29ifneq ($(FWRT_PACKAGE_MINI_HTTPD_MATRIXSSL),)
    3030        $(MAKE) -C $(WRKBUILD) \
    3131                CC=$(TARGET_CC) \
     
    4040endif
    4141        # with OpenSSL
    42 ifneq ($(BR2_PACKAGE_MINI_HTTPD_OPENSSL),)
     42ifneq ($(FWRT_PACKAGE_MINI_HTTPD_OPENSSL),)
    4343        $(MAKE) -C $(WRKBUILD) \
    4444                CC=$(TARGET_CC) \
     
    5252endif
    5353        # without SSL
    54 ifneq ($(BR2_PACKAGE_MINI_HTTPD),)
     54ifneq ($(FWRT_PACKAGE_MINI_HTTPD),)
    5555        $(MAKE) -C $(WRKBUILD) \
    5656                CC=$(TARGET_CC) \
Note: See TracChangeset for help on using the changeset viewer.