mirror of https://github.com/hak5/openwrt.git
parent
443021ddee
commit
59dcecf63c
|
@ -52,7 +52,9 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS) -DUSE_ADJTIMEX"
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(IPKG_OPENNTPD):
|
$(IPKG_OPENNTPD):
|
||||||
|
|
Loading…
Reference in New Issue