* [Buildroot] OLSR in buildroot - patch 06...may be?
@ 2007-09-19 19:56 Sushi Sensei
2007-09-19 20:16 ` Bernhard Fischer
0 siblings, 1 reply; 2+ messages in thread
From: Sushi Sensei @ 2007-09-19 19:56 UTC (permalink / raw)
To: buildroot
What file .config? buldroot/.config?
There are not any more .config file in $(OLSR_DIR)
>+olsr-clean:
>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_PLUGIN)/olsrd_*.so.*
>+ rm -f $(TARGET_DIR)/etc/init.d/S50olsr
>+ -$(MAKE) -C $(OLSR_DIR) clean
I think that I already asked you to rm the .config file, didn't I? ;)
Please rm the .config file.
--
------------------------------------------------------
--- Timeo Danaos et dona ferentes ---
------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070919/71dced73/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br2-add-olsr.06.patch
Type: text/x-patch
Size: 3946 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070919/71dced73/attachment-0001.bin
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] OLSR in buildroot - patch 06...may be?
2007-09-19 19:56 [Buildroot] OLSR in buildroot - patch 06...may be? Sushi Sensei
@ 2007-09-19 20:16 ` Bernhard Fischer
0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2007-09-19 20:16 UTC (permalink / raw)
To: buildroot
On Wed, Sep 19, 2007 at 04:56:20PM -0300, Sushi Sensei wrote:
>What file .config? buldroot/.config?
>There are not any more .config file in $(OLSR_DIR)
>
>>+olsr-clean:
>>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_PLUGIN)/olsrd_*.so.*
>>+ rm -f $(TARGET_DIR)/etc/init.d/S50olsr
>>+ -$(MAKE) -C $(OLSR_DIR) clean
>
>I think that I already asked you to rm the .config file, didn't I? ;)
>Please rm the .config file.
>
>
>+$(TARGET_DIR)/$(OLSR_TARGET_BINARY): $(OLSR_DIR)/$(OLSR_BINARY)
>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>+ cp -dpf $(OLSR_DIR)/$(OLSR_BINARY) $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>+ cp -R $(OLSR_DIR)/lib/*/olsrd_*.so.* $(TARGET_DIR)/$(OLSR_TARGET_PLUGIN)
>+ mkdir -p $(TARGET_DIR)/etc/init.d
>+ cp package/olsr/files/S50olsr $(TARGET_DIR)/etc/init.d/
>+ test -r $(TARGET_DIR)/etc/olsrd.conf || \
>+ cp -dpf $(OLSR_DIR)/files/olsrd.conf.default.lq $(TARGET_DIR)/etc/olsrd.conf
this config ------------------------------------------------^
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-19 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 19:56 [Buildroot] OLSR in buildroot - patch 06...may be? Sushi Sensei
2007-09-19 20:16 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox