Changeset 250
- Timestamp:
- 10/27/04 07:50:14 (4 years ago)
- Files:
-
- trunk/wifidog/ChangeLog (modified) (1 diff)
- trunk/wifidog/ipkg/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog/ChangeLog
r249 r250 1 1 # $Header$ 2 2004-10-27 Philippe April <philippe@philippeapril.com> 3 * ipkg/rules: removed --build=mipsel from ./configure 2 4 2004-10-26 Philippe April <philippe@philippeapril.com> 3 5 * ipkg/rules: sed -i is not standard, did a workaround. trunk/wifidog/ipkg/rules
r249 r250 38 38 ./autogen.sh 39 39 -$(MAKE) distclean 40 CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr --host=$(ARCH) -- build=$(ARCH) --target=$(ARCH)40 CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr --host=$(ARCH) --target=$(ARCH) 41 41 $(MAKE) 42 42
