找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 7448|回复: 13

pandorabox-imagebuilder好像跟openwrt的差别有点大啊!

[复制链接]
发表于 2016-10-17 21:28 | 显示全部楼层 |阅读模式
pandorabox的phicomm k1 k2固件都是7m的,剩余的空间有限,偶然发现官方下载地址上有imagebuilder,很欣喜可以定制自己的固件,安装想要的软件,但是有几个问题:

用make info命令查看,没有k1 k2的profile,/mt7620/profiles下也没有,遂选择MT7620A-EVB的,make一下结果所有的固件都出来了,请问k1 k2的配置文件在哪里?如何只单独编译一个固件?
放一下编译过程的记录(不全,发帖字数限制),求答疑解惑,东西都是pandorabox团队的,希望没有侵权的地方!
  1. luo@debian:~/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64$ <font color="#ff0000">make image PROFILE=MT7620A-EVB PACKAGES="-luci-i18n-chinese luci luci-i18n-base-zh-cn luci-i18n-commands-zh-cn luci-i18n-firewall-zh-cn libpcap libpcap mentohust luci-app-mentohust adbyby luci-app-adbyby" -j5 V=99</font>
  2. make[1]: Entering directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'
  3. echo 'Building images for ralink - MT7620A-EVB-Board'
  4. Building images for ralink - MT7620A-EVB-Board
  5. echo 'Packages: adbyby base-files busybox dnsmasq dropbear firewall fstools gpioctl ip6tables iptables iwinfo kernel kmod-fs-ext4 kmod-fs-vfat kmod-gpio-button-pandorabox kmod-gpio-dev kmod-gre kmod-ipt-nathelper kmod-leds-gpio kmod-ledtrig-gpio kmod-ledtrig-netdev kmod-ledtrig-timer kmod-ledtrig-usbdev kmod-mt762x-mmc kmod-nls-cp437 kmod-nls-cp936 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-usb-core kmod-usb-storage kmod-usb-storage-extras kmod-usb2 libc libgcc libiwinfo-lua libpcap logd luci luci-app-adbyby luci-app-firewall luci-app-mentohust luci-app-ntpc luci-app-upnp luci-i18n-base-zh-cn luci-i18n-commands-zh-cn luci-i18n-firewall-zh-cn luci-mod-admin-full luci-proto-ppp luci-theme-bootstrap maccalc mentohust mtd netifd odhcp6c odhcpd opkg ppp ppp-mod-pppoe ralink-utils swconfig uci uclient-fetch uhttpd wireless-tools'
  6. Packages: adbyby base-files busybox dnsmasq dropbear firewall fstools gpioctl ip6tables iptables iwinfo kernel kmod-fs-ext4 kmod-fs-vfat kmod-gpio-button-pandorabox kmod-gpio-dev kmod-gre kmod-ipt-nathelper kmod-leds-gpio kmod-ledtrig-gpio kmod-ledtrig-netdev kmod-ledtrig-timer kmod-ledtrig-usbdev kmod-mt762x-mmc kmod-nls-cp437 kmod-nls-cp936 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-usb-core kmod-usb-storage kmod-usb-storage-extras kmod-usb2 libc libgcc libiwinfo-lua libpcap logd luci luci-app-adbyby luci-app-firewall luci-app-mentohust luci-app-ntpc luci-app-upnp luci-i18n-base-zh-cn luci-i18n-commands-zh-cn luci-i18n-firewall-zh-cn luci-mod-admin-full luci-proto-ppp luci-theme-bootstrap maccalc mentohust mtd netifd odhcp6c odhcpd opkg ppp ppp-mod-pppoe ralink-utils swconfig uci uclient-fetch uhttpd wireless-tools
  7. echo

  8. rm -rf /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink
  9. mkdir -p /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/bin/ralink /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/tmp
  10. if [ ! -f "/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/packages/Packages" ] || [ ! -f "/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/packages/Packages.gz" ] || [ "`find /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/packages -cnewer /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/packages/Packages.gz`" ]; then \
  11.         echo "Package list missing or not up-to-date, generating it.";\
  12.         make package_index; \
  13. else \
  14.         mkdir -p /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink/tmp; \
  15.         IPKG_TMP="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/tmp/ipkgtmp" IPKG_INSTROOT="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink" IPKG_CONF_DIR="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/tmp" IPKG_OFFLINE_ROOT="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink" /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/staging_dir/host/bin/opkg -f /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/repositories.conf --force-depends --force-overwrite --force-postinstall --cache /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/dl --offline-root /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink --add-dest root:/ --add-arch all:100 --add-arch ralink:200 update; \
  16. fi
  17. Package list missing or not up-to-date, generating it.
  18. make[2]: Entering directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'

  19. Building package index...
  20. (cd /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/packages; /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/scripts/ipkg-make-index.sh . > Packages && \
  21.         gzip -9c Packages > Packages.gz \
  22. ) >/dev/null 2>/dev/null
  23. IPKG_TMP="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/tmp/ipkgtmp" IPKG_INSTROOT="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink" IPKG_CONF_DIR="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/tmp" IPKG_OFFLINE_ROOT="/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink" /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/staging_dir/host/bin/opkg -f /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/repositories.conf --force-depends --force-overwrite --force-postinstall --cache /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/dl --offline-root /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink --add-dest root:/ --add-arch all:100 --add-arch ralink:200 update
  24. Downloading file:packages/Packages.
  25. Updated list of available packages in /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink//usr/lib/opkg/lists/imagebuilder.
  26. make[2]: Leaving directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'
  27. make package_install
  28. make[2]: Entering directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'

  29. Downloading file:packages/base/wireless-tools_29-5_ralink.ipk.
  30. Configuring kmod-scsi-core.
  31. Configuring kmod-nls-base.
  32. Configuring kmod-usb-core.
  33. Configuring kmod-usb-storage.
  34. Configuring libubox.
  35. Configuring libuci.
  36. Configuring liblua.
  37. Configuring libuci-lua.
  38. Configuring libnl-tiny.
  39. Configuring libiwinfo.
  40. Configuring iwinfo.
  41. Configuring kmod-lib-textsearch.
  42. Configuring libopenssl.
  43. Configuring libustream-openssl.
  44. Configuring libuclient.
  45. Configuring uclient-fetch.
  46. Configuring opkg.
  47. Configuring libpthread.
  48. Configuring librt.
  49. Configuring ntpclient.
  50. Configuring libpcre.
  51. Configuring zlib.
  52. Configuring wget.
  53. Configuring libubus.
  54. Configuring libjson-c.
  55. Configuring libblobmsg-json.
  56. Configuring ubusd.
  57. Configuring ubus.
  58. Configuring kmod-ipt-core.
  59. Configuring kmod-ipt-conntrack.
  60. Configuring kmod-ipt-nat.
  61. Configuring kmod-ipt-nathelper-extra.
  62. Configuring ralink-utils.
  63. Configuring rpcd.
  64. Configuring busybox.
  65. Configuring odhcpd.
  66. Configuring luci-lib-ip.
  67. Configuring kmod-nfnetlink.
  68. Configuring libubus-lua.
  69. Configuring kmod-crypto-core.
  70. Configuring kmod-crypto-hash.
  71. Configuring libiwinfo-lua.
  72. Configuring kmod-mmc.
  73. Configuring kmod-mt762x-mmc.
  74. Configuring swconfig.
  75. Configuring kmod-lib-crc-ccitt.
  76. Configuring kmod-ledtrig-usbdev.
  77. Configuring kmod-ipv6.
  78. Configuring kmod-iptunnel.
  79. Configuring kmod-gre.
  80. Configuring luci-theme-bootstrap.
  81. Configuring kmod-slhc.
  82. Configuring kmod-ppp.
  83. Configuring kmod-pppox.
  84. Configuring kmod-pppoe.
  85. Configuring shellsync.
  86. Configuring jshn.
  87. Configuring netifd.
  88. Configuring libjson-script.
  89. Configuring ubox.
  90. Configuring procd.
  91. Configuring jsonfilter.
  92. Configuring base-files.
  93. Configuring kmod-lib-crc16.
  94. Configuring gpioctl.
  95. Configuring libmnl.
  96. Configuring libpcap.
  97. Configuring mentohust.
  98. Configuring kmod-ipt-ipset.
  99. Configuring dnsmasq.
  100. Configuring libstdcpp.
  101. Configuring adbyby.
  102. Configuring kmod-ledtrig-gpio.
  103. Configuring kmod-nls-utf8.
  104. Configuring kmod-nls-cp936.
  105. Configuring kmod-fs-vfat.
  106. Configuring kmod-usb2.
  107. Configuring libxtables.
  108. Configuring libip4tc.
  109. Configuring libip6tc.
  110. Configuring iptables.
  111. Configuring kmod-ip6tables.
  112. Configuring ip6tables.
  113. Configuring miniupnpd.
  114. Configuring firewall.
  115. Configuring luci-app-ntpc.
  116. Configuring luci-app-firewall.
  117. Configuring luci-app-commands.
  118. Configuring luci-i18n-commands-zh-cn.
  119. Configuring odhcp6c.
  120. Configuring fstools.
  121. Configuring uci.
  122. Configuring lua.
  123. Configuring kmod-fs-ext4.
  124. Configuring dropbear.
  125. Configuring kmod-ledtrig-timer.
  126. Configuring kmod-nls-cp437.
  127. Configuring mtd.
  128. Configuring luci-app-mentohust.
  129. Configuring ipset.
  130. Configuring luci-proto-ppp.
  131. Configuring ppp.
  132. Configuring luci-lib-nixio.
  133. Configuring luci-lib-jsonc.
  134. Configuring luci-base.
  135. Configuring luci-mod-admin-full.
  136. Configuring kmod-leds-gpio.
  137. Configuring logd.
  138. Configuring kmod-gpio-dev.
  139. Configuring luci-proto-ipv6.
  140. Configuring kmod-gpio-button-pandorabox.
  141. Configuring kmod-ipt-nathelper.
  142. Configuring maccalc.
  143. Configuring luci-app-upnp.
  144. Configuring uhttpd.
  145. Configuring luci-app-adbyby.
  146. Configuring luci-i18n-base-zh-cn.
  147. Configuring kmod-nls-iso8859-1.
  148. Configuring uhttpd-mod-ubus.
  149. Configuring luci.
  150. Configuring kmod-usb-storage-extras.
  151. Configuring wireless-tools.
  152. Configuring luci-i18n-firewall-zh-cn.
  153. Configuring ppp-mod-pppoe.
  154. Configuring kmod-ledtrig-netdev.
  155. rm -f /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink/usr/lib/opkg/lists/*
  156. make[2]: Leaving directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'
  157. make package_postinst
  158. make[2]: Entering directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'

  159. Cleaning up

  160. Activating init scripts
  161. ./etc/rc.common: 12: ./etc/init.d/adbyby: dnsmasq: not found
  162. rm -f /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink/usr/lib/opkg/info/*.postinst
  163. make[2]: Leaving directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'
  164. make build_image
  165. make[2]: Entering directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'

  166. Building images...
  167. make V=ss -C target/linux/ralink/image install TARGET_BUILD=1 IB=1 \
  168.         PROFILE="MT7620A-EVB"
  169. make[3]: Entering directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/target/linux/ralink/image'
  170. /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/staging_dir/host/bin/mksquashfs4 /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/linux-ralink_mt7620/root.squashfs -nopad -noappend -root-owned -comp xz -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2  -b 256k -p '/dev d 755 0 0' -p '/dev/console c 600 0 0 5 1' -processors 1
  171. Parallel mksquashfs: Using 1 processor
  172. Creating 4.0 filesystem on /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/linux-ralink_mt7620/root.squashfs, block size 262144.
  173. Pseudo file "/dev" exists in source filesystem "/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/build_dir/target-mipsel_24kec+dsp_uClibc-1.0.x/root-ralink/dev".
  174. Ignoring, exclude it (-e/-ef) to override.
  175. [=============================================================================================================|] 993/993 100%
  176. Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
  177.         compressed data, compressed metadata, compressed fragments, no xattrs
  178.         duplicates are removed
  179. Filesystem size 3813.29 Kbytes (3.72 Mbytes)
  180.         30.28% of uncompressed filesystem size (12592.87 Kbytes)
  181. Inode table size 10908 bytes (10.65 Kbytes)
  182.         24.68% of uncompressed inode table size (44195 bytes)
  183. Directory table size 13452 bytes (13.14 Kbytes)
  184.         48.63% of uncompressed directory table size (27664 bytes)
  185. Number of duplicate files found 14
  186. Number of inodes 1329
  187. Number of files 983
  188. Number of fragments 32
  189. Number of symbolic links  233
  190. Number of device nodes 1
  191. Number of fifo nodes 0
  192. Number of socket nodes 0
  193. Number of directories 112
  194. Number of ids (unique uids + gids) 1
  195. Number of uids 1
  196.         root (0)
  197. Number of gids 1
  198.         root (0)

  199. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  200. Image Name:   PandoraBox Linux-3.14.79
  201. Created:      Mon Oct 17 15:30:27 2016
  202. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  203. Data Size:    1211955 Bytes = 1183.55 kB = 1.16 MB
  204. Load Address: 80000000
  205. Entry Point:  80000000
  206. *********************************************
  207. *   PandoraBox Firmware Tools v1.2          *
  208. *********************************************
  209. [uImage] len:0x00127E73 MD5:ab9489f8fbaf630864a9f771749b79d6 CRC32:54ED85BC
  210. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  211. [HDR] CRC32:3325243A
  212. padding image to 004e2000
  213. padding image to 004e4000
  214. padding image to 004f0000
  215. padding image to 00500000
  216. #MW305R

  217. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  218. Image Name:   PandoraBox Linux-3.14.79
  219. Created:      Mon Oct 17 15:30:34 2016
  220. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  221. Data Size:    1211900 Bytes = 1183.50 kB = 1.16 MB
  222. Load Address: 80000000
  223. Entry Point:  80000000
  224. *********************************************
  225. *   PandoraBox Firmware Tools v1.2          *
  226. *********************************************
  227. [uImage] len:0x00127E3C MD5:8488b153add608b4bca28064bb9e1518 CRC32:79691632
  228. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  229. [HDR] CRC32:48627DDD
  230. padding image to 004e2000
  231. padding image to 004e4000
  232. padding image to 004f0000
  233. padding image to 00500000
  234. #wr8305rt

  235. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  236. Image Name:   PandoraBox Linux-3.14.79
  237. Created:      Mon Oct 17 15:30:41 2016
  238. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  239. Data Size:    1211859 Bytes = 1183.46 kB = 1.16 MB
  240. Load Address: 80000000
  241. Entry Point:  80000000
  242. *********************************************
  243. *   PandoraBox Firmware Tools v1.2          *
  244. *********************************************
  245. [uImage] len:0x00127E13 MD5:bd7c11d0c23b67225bec07a85856a1fe CRC32:56B4D642
  246. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  247. [HDR] CRC32:054C9AD7
  248. padding image to 004e2000
  249. padding image to 004e4000
  250. padding image to 004f0000
  251. padding image to 00500000
  252. #wrtnode

  253. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  254. Image Name:   PandoraBox Linux-3.14.79
  255. Created:      Mon Oct 17 15:30:48 2016
  256. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  257. Data Size:    1212012 Bytes = 1183.61 kB = 1.16 MB
  258. Load Address: 80000000
  259. Entry Point:  80000000
  260. *********************************************
  261. *   PandoraBox Firmware Tools v1.2          *
  262. *********************************************
  263. [uImage] len:0x00127EAC MD5:eaac2b52f33e23a44b240724e8c0b90e CRC32:C3500967
  264. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  265. [HDR] CRC32:92394EEF
  266. padding image to 004e2000
  267. padding image to 004e4000
  268. padding image to 004f0000
  269. padding image to 00500000
  270. #microwrt

  271. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  272. Image Name:   PandoraBox Linux-3.14.79
  273. Created:      Mon Oct 17 15:30:54 2016
  274. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  275. Data Size:    1211919 Bytes = 1183.51 kB = 1.16 MB
  276. Load Address: 80000000
  277. Entry Point:  80000000
  278. *********************************************
  279. *   PandoraBox Firmware Tools v1.2          *
  280. *********************************************
  281. [uImage] len:0x00127E4F MD5:e5599f36aa3f0dd4913d711c13b899b1 CRC32:2B6E59C5
  282. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  283. [HDR] CRC32:C4B4C298
  284. padding image to 004e2000
  285. padding image to 004e4000
  286. padding image to 004f0000
  287. padding image to 00500000
  288. #zteq7

  289. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  290. Image Name:   PandoraBox Linux-3.14.79
  291. Created:      Mon Oct 17 15:31:01 2016
  292. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  293. Data Size:    1211969 Bytes = 1183.56 kB = 1.16 MB
  294. Load Address: 80000000
  295. Entry Point:  80000000
  296. *********************************************
  297. *   PandoraBox Firmware Tools v1.2          *
  298. *********************************************
  299. [uImage] len:0x00127E81 MD5:71a301d90ae598c1a61c2be324f012c3 CRC32:9DD83839
  300. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  301. [HDR] CRC32:C3EFFFD4
  302. padding image to 004e2000
  303. padding image to 004e4000
  304. padding image to 004f0000
  305. padding image to 00500000
  306. #Phicomm K1

  307. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  308. Image Name:   PandoraBox Linux-3.14.79
  309. Created:      Mon Oct 17 15:31:08 2016
  310. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  311. Data Size:    1211969 Bytes = 1183.56 kB = 1.16 MB
  312. Load Address: 80000000
  313. Entry Point:  80000000
  314. *********************************************
  315. *   PandoraBox Firmware Tools v1.2          *
  316. *********************************************
  317. [uImage] len:0x00127E81 MD5:df84e26ce02b08c5b08a73957b6a71cc CRC32:23EF9364
  318. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  319. [HDR] CRC32:B8128E3F
  320. padding image to 004e2000
  321. padding image to 004e4000
  322. padding image to 004f0000
  323. padding image to 00500000
  324. #Phicomm K2

  325. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  326. Image Name:   PandoraBox Linux-3.14.79
  327. Created:      Mon Oct 17 15:31:15 2016
  328. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  329. Data Size:    1211888 Bytes = 1183.48 kB = 1.16 MB
  330. Load Address: 80000000
  331. Entry Point:  80000000
  332. *********************************************
  333. *   PandoraBox Firmware Tools v1.2          *
  334. *********************************************
  335. [uImage] len:0x00127E30 MD5:5bfd4bede1af4a6a2a96743b1604949b CRC32:65C66B43
  336. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  337. [HDR] CRC32:05A68B68
  338. padding image to 004e2000
  339. padding image to 004e4000
  340. padding image to 004f0000
  341. padding image to 00500000
  342. #y1

  343. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  344. Image Name:   PandoraBox Linux-3.14.79
  345. Created:      Mon Oct 17 15:31:22 2016
  346. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  347. Data Size:    1211974 Bytes = 1183.57 kB = 1.16 MB
  348. Load Address: 80000000
  349. Entry Point:  80000000
  350. *********************************************
  351. *   PandoraBox Firmware Tools v1.2          *
  352. *********************************************
  353. [uImage] len:0x00127E86 MD5:f91602cd674608cbb707cb86a80ddaf8 CRC32:3F731F13
  354. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  355. [HDR] CRC32:8642D307
  356. padding image to 004e2000
  357. padding image to 004e4000
  358. padding image to 004f0000
  359. padding image to 00500000
  360. #y1s

  361. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  362. Image Name:   PandoraBox Linux-3.14.79
  363. Created:      Mon Oct 17 15:31:29 2016
  364. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  365. Data Size:    1211846 Bytes = 1183.44 kB = 1.16 MB
  366. Load Address: 80000000
  367. Entry Point:  80000000
  368. *********************************************
  369. *   PandoraBox Firmware Tools v1.2          *
  370. *********************************************
  371. [uImage] len:0x00127E06 MD5:bdfc1b2e4211cb225df6e9a1b84d0ba6 CRC32:FACD3003
  372. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  373. [HDR] CRC32:F44AA49C
  374. padding image to 004e2000
  375. padding image to 004e4000
  376. padding image to 004f0000
  377. padding image to 00500000
  378. #VG100

  379. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  380. Image Name:   PandoraBox Linux-3.14.79
  381. Created:      Mon Oct 17 15:31:36 2016
  382. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  383. Data Size:    1212047 Bytes = 1183.64 kB = 1.16 MB
  384. Load Address: 80000000
  385. Entry Point:  80000000
  386. *********************************************
  387. *   PandoraBox Firmware Tools v1.2          *
  388. *********************************************
  389. [uImage] len:0x00127ECF MD5:cfd885248cab1d593536b1d0e35e2ade CRC32:BE940B29
  390. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  391. [HDR] CRC32:2B6473DE
  392. padding image to 004e2000
  393. padding image to 004e4000
  394. padding image to 004f0000
  395. padding image to 00500000
  396. #ap7620a

  397. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  398. Image Name:   PandoraBox Linux-3.14.79
  399. Created:      Mon Oct 17 15:31:43 2016
  400. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  401. Data Size:    1211982 Bytes = 1183.58 kB = 1.16 MB
  402. Load Address: 80000000
  403. Entry Point:  80000000
  404. *********************************************
  405. *   PandoraBox Firmware Tools v1.2          *
  406. *********************************************
  407. [uImage] len:0x00127E8E MD5:e36a6543051632535262af1eef3aaa76 CRC32:581E2638
  408. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  409. [HDR] CRC32:3940FDA2
  410. padding image to 004e2000
  411. padding image to 004e4000
  412. padding image to 004f0000
  413. padding image to 00500000
  414. #yk1

  415. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  416. Image Name:   PandoraBox Linux-3.14.79
  417. Created:      Mon Oct 17 15:31:49 2016
  418. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  419. Data Size:    1211912 Bytes = 1183.51 kB = 1.16 MB
  420. Load Address: 80000000
  421. Entry Point:  80000000
  422. *********************************************
  423. *   PandoraBox Firmware Tools v1.2          *
  424. *********************************************
  425. [uImage] len:0x00127E48 MD5:1d6c0fde805b0617d8ddd1a0b3146ce5 CRC32:F2100A56
  426. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  427. [HDR] CRC32:3A8C9ACE
  428. padding image to 004e2000
  429. padding image to 004e4000
  430. padding image to 004f0000
  431. padding image to 00500000

  432. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  433. Image Name:   PandoraBox Linux-3.14.79
  434. Created:      Mon Oct 17 15:31:56 2016
  435. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  436. Data Size:    1211912 Bytes = 1183.51 kB = 1.16 MB
  437. Load Address: 80000000
  438. Entry Point:  80000000
  439. *********************************************
  440. *   PandoraBox Firmware Tools v1.2          *
  441. *********************************************
  442. [uImage] len:0x00127E48 MD5:aca235d46c8a22e6bf63293a59515b16 CRC32:DAE0992B
  443. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  444. [HDR] CRC32:36B44E82
  445. padding image to 004e2000
  446. padding image to 004e4000
  447. padding image to 004f0000
  448. padding image to 00500000

  449. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  450. Image Name:   PandoraBox Linux-3.14.79
  451. Created:      Mon Oct 17 15:32:03 2016
  452. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  453. Data Size:    1211912 Bytes = 1183.51 kB = 1.16 MB
  454. Load Address: 80000000
  455. Entry Point:  80000000
  456. *********************************************
  457. *   PandoraBox Firmware Tools v1.2          *
  458. *********************************************
  459. [uImage] len:0x00127E48 MD5:ac672c293da6cda047757593b32a92c3 CRC32:1CE1D4EC
  460. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  461. [HDR] CRC32:014D353A
  462. padding image to 004e2000
  463. padding image to 004e4000
  464. padding image to 004f0000
  465. padding image to 00500000
  466. #ry1

  467. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  468. Image Name:   PandoraBox Linux-3.14.79
  469. Created:      Mon Oct 17 15:32:10 2016
  470. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  471. Data Size:    1212011 Bytes = 1183.60 kB = 1.16 MB
  472. Load Address: 80000000
  473. Entry Point:  80000000
  474. *********************************************
  475. *   PandoraBox Firmware Tools v1.2          *
  476. *********************************************
  477. [uImage] len:0x00127EAB MD5:a1e7f8aa8e4426e3625241c155b8031a CRC32:5B97DF73
  478. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  479. [HDR] CRC32:710194F1
  480. padding image to 004e2000
  481. padding image to 004e4000
  482. padding image to 004f0000
  483. padding image to 00500000
  484. #BR100

  485. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  486. Image Name:   PandoraBox Linux-3.14.79
  487. Created:      Mon Oct 17 15:32:17 2016
  488. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  489. Data Size:    1212090 Bytes = 1183.68 kB = 1.16 MB
  490. Load Address: 80000000
  491. Entry Point:  80000000
  492. *********************************************
  493. *   PandoraBox Firmware Tools v1.2          *
  494. *********************************************
  495. [uImage] len:0x00127EFA MD5:8ddf161745c15ef93f49b30dde17715d CRC32:DFEFA12C
  496. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  497. [HDR] CRC32:38E0DE4F
  498. padding image to 004e2000
  499. padding image to 004e4000
  500. padding image to 004f0000
  501. padding image to 00500000
  502. #xiaomi-mini

  503. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  504. Image Name:   PandoraBox Linux-3.14.79
  505. Created:      Mon Oct 17 15:32:24 2016
  506. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  507. Data Size:    1211939 Bytes = 1183.53 kB = 1.16 MB
  508. Load Address: 80000000
  509. Entry Point:  80000000
  510. *********************************************
  511. *   PandoraBox Firmware Tools v1.2          *
  512. *********************************************
  513. [uImage] len:0x00127E63 MD5:08575936ea7f2fc5876e54408b12b165 CRC32:C175353C
  514. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  515. [HDR] CRC32:63459B4B
  516. padding image to 004e2000
  517. padding image to 004e4000
  518. padding image to 004f0000
  519. padding image to 00500000
  520. #xiaomi-mini3
  521. #HiWiFi

  522. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  523. Image Name:   PandoraBox Linux-3.14.79
  524. Created:      Mon Oct 17 15:32:31 2016
  525. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  526. Data Size:    1211759 Bytes = 1183.36 kB = 1.16 MB
  527. Load Address: 80000000
  528. Entry Point:  80000000
  529. *********************************************
  530. *   PandoraBox Firmware Tools v1.2          *
  531. *********************************************
  532. [uImage] len:0x00127DAF MD5:20bf24dcf4e17c17781f811dbf3e4070 CRC32:6C554F99
  533. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  534. [HDR] CRC32:81AEEC7B
  535. padding image to 004e2000
  536. padding image to 004e4000
  537. padding image to 004f0000
  538. padding image to 00500000

  539. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  540. Image Name:   PandoraBox Linux-3.14.79
  541. Created:      Mon Oct 17 15:32:38 2016
  542. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  543. Data Size:    1211759 Bytes = 1183.36 kB = 1.16 MB
  544. Load Address: 80000000
  545. Entry Point:  80000000
  546. *********************************************
  547. *   PandoraBox Firmware Tools v1.2          *
  548. *********************************************
  549. [uImage] len:0x00127DAF MD5:e184b3a3a7c4b0fe30bdb79d40815443 CRC32:1A3EBACD
  550. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  551. [HDR] CRC32:A6BC0967
  552. padding image to 004e2000
  553. padding image to 004e4000
  554. padding image to 004f0000
  555. padding image to 00500000

  556. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  557. Image Name:   PandoraBox Linux-3.14.79
  558. Created:      Mon Oct 17 15:32:45 2016
  559. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  560. Data Size:    1211758 Bytes = 1183.36 kB = 1.16 MB
  561. Load Address: 80000000
  562. Entry Point:  80000000
  563. *********************************************
  564. *   PandoraBox Firmware Tools v1.2          *
  565. *********************************************
  566. [uImage] len:0x00127DAE MD5:8d0219f29cdd0d6a82c5f73be184595c CRC32:3AA00603
  567. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  568. [HDR] CRC32:1FA0A8B1
  569. padding image to 004e2000
  570. padding image to 004e4000
  571. padding image to 004f0000
  572. padding image to 00500000
  573. #OYE-0001

  574. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  575. Image Name:   PandoraBox Linux-3.14.79
  576. Created:      Mon Oct 17 15:32:52 2016
  577. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  578. Data Size:    1211916 Bytes = 1183.51 kB = 1.16 MB
  579. Load Address: 80000000
  580. Entry Point:  80000000
  581. *********************************************
  582. *   PandoraBox Firmware Tools v1.2          *
  583. *********************************************
  584. [uImage] len:0x00127E4C MD5:0f595ed1f85e436bc3d064e782c706be CRC32:FA120A79
  585. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  586. [HDR] CRC32:B249566D
  587. padding image to 004e2000
  588. padding image to 004e4000
  589. padding image to 004f0000
  590. padding image to 00500000
  591. #MTALL

  592. LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
  593. Image Name:   PandoraBox Linux-3.14.79
  594. Created:      Mon Oct 17 15:32:59 2016
  595. Image Type:   MIPS Linux Kernel Image (lzma compressed)
  596. Data Size:    1211982 Bytes = 1183.58 kB = 1.16 MB
  597. Load Address: 80000000
  598. Entry Point:  80000000
  599. *********************************************
  600. *   PandoraBox Firmware Tools v1.2          *
  601. *********************************************
  602. [uImage] len:0x00127E8E MD5:b91f0cd97b6b99c11a723bdf4b8a0790 CRC32:65A8560C
  603. [Rootfs] len:0x083B952A MD5:ea2b4147caed125cb43452c9b1acda91 CRC32:A3A74A1E
  604. [HDR] CRC32:CE836384
  605. padding image to 004e2000
  606. padding image to 004e4000
  607. padding image to 004f0000
  608. padding image to 00500000
  609. ( cd /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/bin/ralink ; /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/staging_dir/host/bin/find -maxdepth 1 -type f \! -name 'md5sums'  -printf "%P\n" | sort | xargs md5sum --binary > md5sums )
  610. make[3]: Leaving directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/target/linux/ralink/image'
  611. make[2]: Leaving directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'
  612. make[1]: Leaving directory '/home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64'
  613. luo@debian:~/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64$
复制代码


发表于 2016-10-20 08:27 | 显示全部楼层
本帖最后由 hello_limin 于 2016-10-20 08:57 编辑

以你的为例:
1,在 /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/target/linux/ralink/image里有个 Makefile,可以看的原始的文件显示为:#MT7620 Boards
define BuildFirmware/MT7620A_EVB
        $(call BuildFirmware/RA_16M/$(1),$(1),mt7620a-evb,$(call mkcmdline,MT7620A_EVB,ttyS1,115200) )
endef

define BuildFirmware/YouKu_YK1
        $(call BuildFirmware/RA_32M/$(1),$(1),yk1,$(call mkcmdline,YK1,ttyS1,115200) )
        $(call BuildFirmware/Generic/squashfs_CustomMagic,$(1),yk1-fw1,$(call mkcmdline,YK1,ttyS1,115200),$(ralink_default_fw_size_32M),0x20141025)
        $(call BuildFirmware/Generic/squashfs_CustomMagic,$(1),yk1-fw2,$(call mkcmdline,YK1,ttyS1,115200),$(ralink_default_fw_size_32M),0x12291000)
endef

define Image/Build/Profile/Default_MT7620
        $(call BuildFirmware/MT7620A_EVB,$(1))
        #MW305R
        $(call BuildFirmware/RA_16M/$(1),$(1),mw305r,$(call mkcmdline,MW305R,ttyS1,115200) )
        #wr8305rt
        $(call BuildFirmware/RA_16M/$(1),$(1),wr8305rt,$(call mkcmdline,WR8305RT,ttyS1,115200) )
        #wrtnode
        $(call BuildFirmware/RA_16M/$(1),$(1),wrtnode,$(call mkcmdline,WRTNODE,ttyS1,115200) )
        #microwrt
        $(call BuildFirmware/RA_Custom/$(1),$(1),microwrt,$(call mkcmdline,MICROWRT,ttyS1,115200),16515072 )
        #zteq7
        $(call BuildFirmware/RA_8M/$(1),$(1),q7,$(call mkcmdline,Q7,ttyS1,115200) )
        #Phicomm K1
        $(call BuildFirmware/RA_8M/$(1),$(1),phicomm-k1,$(call mkcmdline,K1,ttyS1,115200) )
        #Phicomm K2
        $(call BuildFirmware/RA_8M/$(1),$(1),phicomm-k2,$(call mkcmdline,K2,ttyS1,115200) )
        #y1
        $(call BuildFirmware/RA_16M/$(1),$(1),y1,$(call mkcmdline,Y1,ttyS1,115200) )
        #y1s
        $(call BuildFirmware/RA_16M/$(1),$(1),y1s,$(call mkcmdline,Y1S,ttyS1,115200) )
        #VG100
        $(call BuildFirmware/RA_16M/$(1),$(1),vg100,$(call mkcmdline,VG100,ttyS1,115200) )
        #ap7620a
        $(call BuildFirmware/RA_16M/$(1),$(1),ap7620a,$(call mkcmdline,AP7620A,ttyS1,115200) )
        #yk1
        $(call BuildFirmware/YouKu_YK1,$(1))
        #ry1
        $(call BuildFirmware/RA_16M/$(1),$(1),ry-1,$(call mkcmdline,RY-1,ttyS1,115200) )
        #BR100
        $(call BuildFirmware/RA_Custom/$(1),$(1),br100,$(call mkcmdline,BR100,ttyS1,115200),8126464 )
        #xiaomi-mini
        $(call BuildFirmware/RA_16M/$(1),$(1),xiaomi-mini,$(call mkcmdline,XIAOMI_MINI,ttyS1,115200) )
        #xiaomi-mini3

        #HiWiFi
        $(call BuildFirmware/RA_Custom/$(1),$(1),hc5661,$(call mkcmdline,HC5661,ttyS1,115200),16252928 )
        $(call BuildFirmware/RA_Custom/$(1),$(1),hc5761,$(call mkcmdline,HC5761,ttyS1,115200),16252928 )
        $(call BuildFirmware/RA_Custom/$(1),$(1),hc5861,$(call mkcmdline,HC5861,ttyS1,115200),16252928 )
        #OYE-0001
        $(call BuildFirmware/RA_16M/$(1),$(1),oye-0001,$(call mkcmdline,OYE-0001,ttyS1,115200) )
        #MTALL
        $(call BuildFirmware/RA_32M/$(1),$(1),mtall,$(call mkcmdline,MTALL,ttyS1,115200) )
endef


2,,再添加上原来没有的,又是我自用的斐讯fir302m,修改后是:
#MT7620 Boards
define BuildFirmware/FIR302M
        $(call BuildFirmware/RA_8M/$(1),$(1),fir302m,$(call mkcmdline,FIR302M,ttyS1,115200) )
endef


define Image/Build/Profile/FIR302M
        #FIR302M
        $(call BuildFirmware/RA_8M/$(1),$(1),fir302m,$(call mkcmdline,FIR302M,ttyS1,115200) )
endef

3,再 /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/target/linux/ralink/mt7620/profiles里,有许多 .mk文件,仿造一个,还是以我的为例,
建一个00-fir302m.mk,里面填写内容如下,
#
# Copyright (C) 2016 limin2016<limin2016@yahoo.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/FIR302M
        NAME:=FIR302M
        PACKAGES:=\
                -luci-i18n-chinese luci luci-i18n-base-zh-cn luci-i18n-commands \
                adbyby luci-app-adbyby \
                libpcap libpcap mentohust luci-app-mentohust \
                kmod-nls-cp936 kmod-nls-iso8859-1  kmod-nls-cp437 kmod-nls-utf8 \
                kmod-fs-ext4  kmod-fs-vfat \
                uhttpd iwinfo libiwinfo-lua luci-mod-admin-full luci-app-firewall luci-app-ntpc luci-app-upnp luci-theme-bootstrap luci-i18n-chinese luci-proto-ppp
               
endef

define Profile/FIR302M/Description
        Default package for FIR302M.
endef
$(eval $(call Profile,FIR302M))

4,来 make info 一下看看?

5, 最后一步做什么,你很清楚啦,祝你玩的愉快 , 再见。


点评

试试解答,原来是在ralink下面,不是ramips,我试试  详情 回复 发表于 2016-10-20 10:45
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-10-20 10:45 | 显示全部楼层
hello_limin 发表于 2016-10-20 08:27
以你的为例:
1,在 /home/luo/Desktop/PandoraBox-ImageBuilder-ralink_mt7620-for-linux-x86_64/target/ ...

试试解答,原来是在ralink下面,不是ramips,我试试
回复 支持 反对

使用道具 举报

发表于 2016-10-20 10:53 | 显示全部楼层
感谢分享
回复 支持 反对

使用道具 举报

发表于 2016-12-12 02:16 来自手机 | 显示全部楼层
楼主的imagebuilder哪里下的,找了好久没找到,求个链接

点评

应该官方删了吧,毕竟pandorabox不开源  详情 回复 发表于 2016-12-12 10:23
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-12 10:23 | 显示全部楼层
ifwangs 发表于 2016-12-12 02:16
楼主的imagebuilder哪里下的,找了好久没找到,求个链接

应该官方删了吧,毕竟pandorabox不开源

点评

能否发一份呢  详情 回复 发表于 2016-12-12 10:28
回复 支持 反对

使用道具 举报

发表于 2016-12-12 10:28 来自手机 | 显示全部楼层
QQ66 发表于 2016-12-12 10:23
应该官方删了吧,毕竟pandorabox不开源

能否发一份呢

点评

http://pan.baidu.com/share/link?shareid=3265357903&uk=3575854618 我之前下载了个  详情 回复 发表于 2016-12-12 12:53
回复 支持 反对

使用道具 举报

发表于 2016-12-12 12:53 来自手机 | 显示全部楼层
ifwangs 发表于 2016-12-12 10:28
能否发一份呢

http://pan.baidu.com/share/link?shareid=3265357903&uk=3575854618 我之前下载了个

点评

谢谢*^o^*^o^  详情 回复 发表于 2016-12-12 13:27
回复 支持 反对

使用道具 举报

发表于 2016-12-12 13:27 来自手机 | 显示全部楼层
不吃素的狮子 发表于 2016-12-12 12:53
http://pan.baidu.com/share/link?shareid=3265357903&uk=3575854618 我之前下载了个

谢谢*^o^*^o^
回复 支持 反对

使用道具 举报

发表于 2016-12-13 15:41 | 显示全部楼层
本帖最后由 wbss 于 2016-12-13 15:43 编辑

谢谢各位分享
回复 支持 反对

使用道具 举报

发表于 2017-8-28 10:52 | 显示全部楼层

点评

链接:http://pan.baidu.com/s/1dFD2RxJ 密码:o6va  详情 回复 发表于 2017-9-1 10:26
回复 支持 反对

使用道具 举报

发表于 2017-9-1 10:26 | 显示全部楼层
king007 发表于 2017-8-28 10:52
http://pan.baidu.com/share/link?shareid=3265357903&uk=3575854618 失效了,请重新分享

链接:http://pan.baidu.com/s/1dFD2RxJ 密码:o6va

点评

链接不能用了 请问能否再共享下啊  详情 回复 发表于 2017-11-29 16:57

评分

参与人数 1恩山币 +5 收起 理由
zshwq5 + 5 支付宝已转500w给你!

查看全部评分

回复 支持 反对

使用道具 举报

发表于 2017-11-29 16:57 | 显示全部楼层
不吃素的狮子 发表于 2017-9-1 10:26
链接:http://pan.baidu.com/s/1dFD2RxJ 密码:o6va

链接不能用了 请问能否再共享下啊
回复 支持 反对

使用道具 举报

发表于 2017-12-20 13:14 | 显示全部楼层
链接不能用了 请问能否再共享下啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-6-14 20:04

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com

快速回复 返回顶部 返回列表