相撲外:Installing local packages from the harddisk under GPE
[
Home
] [
相撲道 Sumoudou
] [
相撲 Sumou
] [
稽古 Keiko
] [
力 Power
]
[
相撲外 Non-Sumou
] [
What's NEW!!!
]
Other OpenZaurus tip
If you use:
# ipgk install
local_package_file_name
or
# ipkg install
/full_path_to_local_package/local_package_file_name
it's not gonna work.
You must
cd
to the directory with the packgage and use:
# ipkg install ./*local_package_file_name*
and this will install the local package.
.