Changeset b5ce642 in freewrt
- Timestamp:
- Jul 22, 2006, 7:19:59 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 89baa07
- Parents:
- 99d4f9d3
- Files:
-
- 2 edited
-
package/base-files/Makefile (modified) (1 diff)
-
target/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
r99d4f9d3 rb5ce642 60 60 $(CP) ./default/* $(IDIR_BASE) 61 61 $(SED) 's,$$R,$(REV),g' $(IDIR_BASE)/etc/banner 62 test -z '$(BR2_RUNTIME_PACKAGES_URL)'|| \62 test -z $(BR2_RUNTIME_PACKAGES_URL) || \ 63 63 $(SED) 's,^src freewrt.*$$,src freewrt $(BR2_RUNTIME_PACKAGES_URL),' \ 64 64 -e '/^src freewrt/s,"\(.*\)",\1,' $(IDIR_BASE)/etc/ipkg.conf 65 65 $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf 66 66 test -z $(BR2_RUNTIME_PASSWORD) || \ 67 $(SED) 's, *NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd67 $(SED) 's,\*NP\*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd 68 68 test -z $(BR2_RUNTIME_SSHKEY) || ( \ 69 69 mkdir -p $(IDIR_BASE)/etc/dropbear; \ -
target/Config.in
r99d4f9d3 rb5ce642 13 13 select BR2_PACKAGE_KMOD_DIAG 14 14 select BR2_PACKAGE_KMOD_USB 15 select BR2_PACKAGE_KMOD_LP16 15 select BR2_PACKAGE_NVRAM 17 16 select BR2_PACKAGE_KMOD_WLCOMPAT
Note:
See TracChangeset
for help on using the changeset viewer.
