Changeset 172


Ignore:
Timestamp:
02/20/11 01:31:50 (2 years ago)
Author:
amain
Message:

openwrt/menu-config: make user openwrt's .config is there when we run for the first time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debwrt/trunk/openwrt/openwrt.mk

    r171 r172  
    4949        touch $@ 
    5050 
     51$(OPENWRT_BUILD_DIR)/.config: 
     52        [ ! -f $@ ] && touch $(OPENWRT_BUILD_DIR)/.config 
     53 
    5154openwrt/download-link: openwrt/checkout 
    5255ifneq ($(OPENWRT_DOWNLOAD_DIR),) 
Note: See TracChangeset for help on using the changeset viewer.