Changeset b684a89 in freewrt
- Timestamp:
- Sep 18, 2006, 7:57:29 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 4d97998
- Parents:
- ccfaf15
- Location:
- package
- Files:
-
- 2 edited
-
atftp/Makefile (modified) (2 diffs)
-
dnsmasq/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/atftp/Makefile
rccfaf15 rb684a89 59 59 $(IPKG_ATFTP): 60 60 $(INSTALL_DIR) $(IDIR_ATFTP)/usr/bin 61 $(INSTALL_DATA) $(WRKBUILD)/atftp $(IDIR_ATFTP)/usr/bin61 $(INSTALL_BIN) $(WRKBUILD)/atftp $(IDIR_ATFTP)/usr/bin 62 62 $(RSTRIP) $(IDIR_ATFTP) 63 63 $(IPKG_BUILD) $(IDIR_ATFTP) $(PACKAGE_DIR) … … 65 65 $(IPKG_ATFTPD): 66 66 $(INSTALL_DIR) $(IDIR_ATFTPD)/usr/sbin 67 $(INSTALL_DATA) $(WRKBUILD)/atftpd $(IDIR_ATFTPD)/usr/sbin67 $(INSTALL_BIN) $(WRKBUILD)/atftpd $(IDIR_ATFTPD)/usr/sbin 68 68 $(RSTRIP) $(IDIR_ATFTPD) 69 69 $(IPKG_BUILD) $(IDIR_ATFTPD) $(PACKAGE_DIR) -
package/dnsmasq/Makefile
rccfaf15 rb684a89 34 34 $(INSTALL_BIN) $(WRKBUILD)/src/$(PKG_NAME) $(IDIR_DNSMASQ)/usr/sbin/ 35 35 $(INSTALL_DATA) ./files/dnsmasq.conf $(IDIR_DNSMASQ)/etc/dnsmasq.conf 36 $(INSTALL_DATA) ./files/dnsmasq.init \36 $(INSTALL_BIN) ./files/dnsmasq.init \ 37 37 $(IDIR_DNSMASQ)/etc/init.d/S$(PKG_INIT)dnsmasq 38 38 $(RSTRIP) $(IDIR_DNSMASQ)
Note:
See TracChangeset
for help on using the changeset viewer.
